Class: Aws::Types::DeleteResourceDataSyncRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteResourceDataSyncRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sync_name ⇒ ::String
Returns the value of attribute sync_name.
-
#sync_type ⇒ ::String
Returns the value of attribute sync_type.
Instance Attribute Details
#sync_name ⇒ ::String
Returns the value of attribute sync_name.
950 951 952 |
# File 'sig/types.rbs', line 950 def sync_name @sync_name end |
#sync_type ⇒ ::String
Returns the value of attribute sync_type.
951 952 953 |
# File 'sig/types.rbs', line 951 def sync_type @sync_type end |