Class: Aws::Types::PutBucketAccelerateConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutBucketAccelerateConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accelerate_configuration ⇒ Types::AccelerateConfiguration
Returns the value of attribute accelerate_configuration.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
Instance Attribute Details
#accelerate_configuration ⇒ Types::AccelerateConfiguration
Returns the value of attribute accelerate_configuration.
2222 2223 2224 |
# File 'sig/types.rbs', line 2222 def accelerate_configuration @accelerate_configuration end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
2221 2222 2223 |
# File 'sig/types.rbs', line 2221 def bucket @bucket end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
2224 2225 2226 |
# File 'sig/types.rbs', line 2224 def checksum_algorithm @checksum_algorithm end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
2223 2224 2225 |
# File 'sig/types.rbs', line 2223 def expected_bucket_owner @expected_bucket_owner end |