Class: Aws::Types::UpdateResourceDataSyncRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResourceDataSyncRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sync_name ⇒ ::String
Returns the value of attribute sync_name.
-
#sync_source ⇒ Types::ResourceDataSyncSource
Returns the value of attribute sync_source.
-
#sync_type ⇒ ::String
Returns the value of attribute sync_type.
Instance Attribute Details
#sync_name ⇒ ::String
Returns the value of attribute sync_name.
4673 4674 4675 |
# File 'sig/types.rbs', line 4673 def sync_name @sync_name end |
#sync_source ⇒ Types::ResourceDataSyncSource
Returns the value of attribute sync_source.
4675 4676 4677 |
# File 'sig/types.rbs', line 4675 def sync_source @sync_source end |
#sync_type ⇒ ::String
Returns the value of attribute sync_type.
4674 4675 4676 |
# File 'sig/types.rbs', line 4674 def sync_type @sync_type end |