Class: Aws::Types::ResourceDataSyncS3Destination
- Inherits:
-
Object
- Object
- Aws::Types::ResourceDataSyncS3Destination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#awskms_key_arn ⇒ ::String
Returns the value of attribute awskms_key_arn.
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#destination_data_sharing ⇒ Types::ResourceDataSyncDestinationDataSharing
Returns the value of attribute destination_data_sharing.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#sync_format ⇒ "JsonSerDe"
Returns the value of attribute sync_format.
Instance Attribute Details
#awskms_key_arn ⇒ ::String
Returns the value of attribute awskms_key_arn.
3919 3920 3921 |
# File 'sig/types.rbs', line 3919 def awskms_key_arn @awskms_key_arn end |
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
3915 3916 3917 |
# File 'sig/types.rbs', line 3915 def bucket_name @bucket_name end |
#destination_data_sharing ⇒ Types::ResourceDataSyncDestinationDataSharing
Returns the value of attribute destination_data_sharing.
3920 3921 3922 |
# File 'sig/types.rbs', line 3920 def destination_data_sharing @destination_data_sharing end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
3916 3917 3918 |
# File 'sig/types.rbs', line 3916 def prefix @prefix end |
#region ⇒ ::String
Returns the value of attribute region.
3918 3919 3920 |
# File 'sig/types.rbs', line 3918 def region @region end |
#sync_format ⇒ "JsonSerDe"
Returns the value of attribute sync_format.
3917 3918 3919 |
# File 'sig/types.rbs', line 3917 def sync_format @sync_format end |