Class: Aws::S3::Types::GetBucketAccelerateConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketAccelerateConfigurationOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
-
#status ⇒ String
The accelerate configuration of the bucket.
Instance Attribute Details
#status ⇒ String
The accelerate configuration of the bucket.
2198 2199 2200 2201 |
# File 'lib/aws-sdk-s3/types.rb', line 2198 class GetBucketAccelerateConfigurationOutput < Struct.new( :status) include Aws::Structure end |