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_link_id ⇒ ::String
Returns the value of attribute repository_link_id.
-
#sync_type ⇒ "CFN_STACK_SYNC"
Returns the value of attribute sync_type.
Instance Attribute Details
#branch ⇒ ::String
Returns the value of attribute branch.
169 170 171 |
# File 'sig/types.rbs', line 169 def branch @branch end |
#repository_link_id ⇒ ::String
Returns the value of attribute repository_link_id.
170 171 172 |
# File 'sig/types.rbs', line 170 def repository_link_id @repository_link_id end |
#sync_type ⇒ "CFN_STACK_SYNC"
Returns the value of attribute sync_type.
171 172 173 |
# File 'sig/types.rbs', line 171 def sync_type @sync_type end |