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.
2243 2244 2245 |
# File 'sig/types.rbs', line 2243 def accelerate_configuration @accelerate_configuration end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
2242 2243 2244 |
# File 'sig/types.rbs', line 2242 def bucket @bucket end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
2245 2246 2247 |
# File 'sig/types.rbs', line 2245 def checksum_algorithm @checksum_algorithm end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
2244 2245 2246 |
# File 'sig/types.rbs', line 2244 def expected_bucket_owner @expected_bucket_owner end |