Class: Aws::Types::GetSyncConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::GetSyncConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#sync_type ⇒ "CFN_STACK_SYNC"
Returns the value of attribute sync_type.
Instance Attribute Details
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
206 207 208 |
# File 'sig/types.rbs', line 206 def resource_name @resource_name end |
#sync_type ⇒ "CFN_STACK_SYNC"
Returns the value of attribute sync_type.
205 206 207 |
# File 'sig/types.rbs', line 205 def sync_type @sync_type end |