Class: Aws::S3::Types::AccelerateConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::AccelerateConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Configures the transfer acceleration state for an Amazon S3 bucket. For more information, see [Amazon S3 Transfer Acceleration] in the *Amazon S3 User Guide*.
[1]: docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
Specifies the transfer acceleration status of the bucket.
Instance Attribute Details
#status ⇒ String
Specifies the transfer acceleration status of the bucket.
157 158 159 160 161 |
# File 'lib/aws-sdk-s3/types.rb', line 157 class AccelerateConfiguration < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |