You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::S3::Types::AccelerateConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::AccelerateConfiguration
- Defined in:
- (unknown)
Overview
Note:
When passing AccelerateConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
status: "Enabled", # accepts Enabled, Suspended
}
Configures the transfer acceleration state for an Amazon S3 bucket. For more information, see Amazon S3 Transfer Acceleration in the Amazon Simple Storage Service Developer Guide.
Returned by:
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.
Possible values:
- Enabled
- Suspended