Class: Aws::Types::S3Storage
- Inherits:
-
Object
- Object
- Aws::Types::S3Storage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
-
#compression_type ⇒ "NONE", ...
Returns the value of attribute compression_type.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#output_key_template ⇒ ::String
Returns the value of attribute output_key_template.
-
#output_prefix ⇒ ::String
Returns the value of attribute output_prefix.
-
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
Instance Attribute Details
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def bucket_arn @bucket_arn end |
#compression_type ⇒ "NONE", ...
Returns the value of attribute compression_type.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def compression_type @compression_type end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def expected_bucket_owner @expected_bucket_owner end |
#output_key_template ⇒ ::String
Returns the value of attribute output_key_template.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def output_key_template @output_key_template end |
#output_prefix ⇒ ::String
Returns the value of attribute output_prefix.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def output_prefix @output_prefix end |
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def storage_class @storage_class end |