Class: Aws::Types::S3BucketDestination

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:



1719
1720
1721
# File 'sig/types.rbs', line 1719

def 
  @account_id
end

#arn::String

Returns the value of attribute arn.

Returns:



1720
1721
1722
# File 'sig/types.rbs', line 1720

def arn
  @arn
end

#encryptionTypes::StorageLensDataExportEncryption

Returns the value of attribute encryption.

Returns:



1722
1723
1724
# File 'sig/types.rbs', line 1722

def encryption
  @encryption
end

#format"CSV", "Parquet"

Returns the value of attribute format.

Returns:



1717
1718
1719
# File 'sig/types.rbs', line 1717

def format
  @format
end

#output_schema_version"V_1"

Returns the value of attribute output_schema_version.

Returns:



1718
1719
1720
# File 'sig/types.rbs', line 1718

def output_schema_version
  @output_schema_version
end

#prefix::String

Returns the value of attribute prefix.

Returns:



1721
1722
1723
# File 'sig/types.rbs', line 1721

def prefix
  @prefix
end