Class: Aws::S3::Types::GetBucketAccelerateConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketAccelerateConfigurationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Note:
When making an API call, you may pass GetBucketAccelerateConfigurationRequest data as a hash:
{
bucket: "BucketName", # required
}
Instance Attribute Summary collapse
-
#bucket ⇒ String
Name of the bucket for which the accelerate configuration is retrieved.
Instance Attribute Details
#bucket ⇒ String
Name of the bucket for which the accelerate configuration is retrieved.
2217 2218 2219 2220 |
# File 'lib/aws-sdk-s3/types.rb', line 2217 class GetBucketAccelerateConfigurationRequest < Struct.new( :bucket) include Aws::Structure end |