Class: Aws::Types::GetRepositorySyncStatusInput
- Inherits:
-
Object
- Object
- Aws::Types::GetRepositorySyncStatusInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#branch ⇒ ::String
Returns the value of attribute branch.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#repository_provider ⇒ "GITHUB", ...
Returns the value of attribute repository_provider.
-
#sync_type ⇒ "TEMPLATE_SYNC", "SERVICE_SYNC"
Returns the value of attribute sync_type.
Instance Attribute Details
#branch ⇒ ::String
Returns the value of attribute branch.
760 761 762 |
# File 'sig/types.rbs', line 760 def branch @branch end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
761 762 763 |
# File 'sig/types.rbs', line 761 def repository_name @repository_name end |
#repository_provider ⇒ "GITHUB", ...
Returns the value of attribute repository_provider.
762 763 764 |
# File 'sig/types.rbs', line 762 def repository_provider @repository_provider end |
#sync_type ⇒ "TEMPLATE_SYNC", "SERVICE_SYNC"
Returns the value of attribute sync_type.
763 764 765 |
# File 'sig/types.rbs', line 763 def sync_type @sync_type end |