Class: Aws::Types::S3Config
- Inherits:
-
Object
- Object
- Aws::Types::S3Config
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
-
#data_format ⇒ "JSON", "PARQUET"
Returns the value of attribute data_format.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#storage_compression_format ⇒ "NONE", "GZIP"
Returns the value of attribute storage_compression_format.
Instance Attribute Details
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def bucket_arn @bucket_arn end |
#data_format ⇒ "JSON", "PARQUET"
Returns the value of attribute data_format.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def data_format @data_format end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def prefix @prefix end |
#storage_compression_format ⇒ "NONE", "GZIP"
Returns the value of attribute storage_compression_format.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def storage_compression_format @storage_compression_format end |