Class: Aws::Types::CreateResourceDataSyncRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateResourceDataSyncRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_destination ⇒ Types::ResourceDataSyncS3Destination
Returns the value of attribute s3_destination.
-
#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
#s3_destination ⇒ Types::ResourceDataSyncS3Destination
Returns the value of attribute s3_destination.
818 819 820 |
# File 'sig/types.rbs', line 818 def s3_destination @s3_destination end |
#sync_name ⇒ ::String
Returns the value of attribute sync_name.
817 818 819 |
# File 'sig/types.rbs', line 817 def sync_name @sync_name end |
#sync_source ⇒ Types::ResourceDataSyncSource
Returns the value of attribute sync_source.
820 821 822 |
# File 'sig/types.rbs', line 820 def sync_source @sync_source end |
#sync_type ⇒ ::String
Returns the value of attribute sync_type.
819 820 821 |
# File 'sig/types.rbs', line 819 def sync_type @sync_type end |