Class: Aws::Types::ResourceDataSyncS3Destination

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#awskms_key_arn::String

Returns the value of attribute awskms_key_arn.

Returns:



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.

Returns:



3915
3916
3917
# File 'sig/types.rbs', line 3915

def bucket_name
  @bucket_name
end

#destination_data_sharingTypes::ResourceDataSyncDestinationDataSharing

Returns the value of attribute destination_data_sharing.

Returns:



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.

Returns:



3916
3917
3918
# File 'sig/types.rbs', line 3916

def prefix
  @prefix
end

#region::String

Returns the value of attribute region.

Returns:



3918
3919
3920
# File 'sig/types.rbs', line 3918

def region
  @region
end

#sync_format"JsonSerDe"

Returns the value of attribute sync_format.

Returns:



3917
3918
3919
# File 'sig/types.rbs', line 3917

def sync_format
  @sync_format
end