Class: Aws::Types::S3BucketDestination
- Inherits:
-
Object
- Object
- Aws::Types::S3BucketDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#encryption ⇒ Types::StorageLensDataExportEncryption
Returns the value of attribute encryption.
-
#format ⇒ "CSV", "Parquet"
Returns the value of attribute format.
-
#output_schema_version ⇒ "V_1"
Returns the value of attribute output_schema_version.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def account_id @account_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def arn @arn end |
#encryption ⇒ Types::StorageLensDataExportEncryption
Returns the value of attribute encryption.
1722 1723 1724 |
# File 'sig/types.rbs', line 1722 def encryption @encryption end |
#format ⇒ "CSV", "Parquet"
Returns the value of attribute format.
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.
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.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def prefix @prefix end |