Class: Aws::S3::Types::GetBucketAccelerateConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketAccelerateConfigurationOutput
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The accelerate configuration of the bucket.
Instance Attribute Details
#status ⇒ String
The accelerate configuration of the bucket.
4216 4217 4218 4219 4220 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 4216 class GetBucketAccelerateConfigurationOutput < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |