class Aws::S3::Types::PutBucketAccelerateConfigurationRequest
@note When making an API call, you may pass PutBucketAccelerateConfigurationRequest
data as a hash: { bucket: "BucketName", # required accelerate_configuration: { # required status: "Enabled", # accepts Enabled, Suspended }, expected_bucket_owner: "AccountId", }
@!attribute [rw] bucket
The name of the bucket for which the accelerate configuration is set. @return [String]
@!attribute [rw] accelerate_configuration
Container for setting the transfer acceleration state. @return [Types::AccelerateConfiguration]
@!attribute [rw] expected_bucket_owner
The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP `403 (Access Denied)` error. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/PutBucketAccelerateConfigurationRequest AWS API Documentation
Constants
- SENSITIVE