Class: Aws::Types::ListRepositorySyncDefinitionsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListRepositorySyncDefinitionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#repository_link_id ⇒ ::String
Returns the value of attribute repository_link_id.
280 281 282 |
# File 'sig/types.rbs', line 280 def repository_link_id @repository_link_id end |
#sync_type ⇒ "CFN_STACK_SYNC"
Returns the value of attribute sync_type.
281 282 283 |
# File 'sig/types.rbs', line 281 def sync_type @sync_type end |