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
Note:
When making an API call, you may pass AccelerateConfiguration data as a hash:
{
status: "Enabled", # accepts Enabled, Suspended
}
Instance Attribute Summary collapse
-
#status ⇒ String
The accelerate configuration of the bucket.
Instance Attribute Details
#status ⇒ String
The accelerate configuration of the bucket.
96 97 98 99 |
# File 'lib/aws-sdk-s3/types.rb', line 96 class AccelerateConfiguration < Struct.new( :status) include Aws::Structure end |