Class: Aws::S3::Types::GetBucketEncryptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketEncryptionRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Note:
When making an API call, you may pass GetBucketEncryptionRequest data as a hash:
{
bucket: "BucketName", # required
}
Instance Attribute Summary collapse
-
#bucket ⇒ String
The name of the bucket from which the server-side encryption configuration is retrieved.
Instance Attribute Details
#bucket ⇒ String
The name of the bucket from which the server-side encryption configuration is retrieved.
2533 2534 2535 2536 |
# File 'lib/aws-sdk-s3/types.rb', line 2533 class GetBucketEncryptionRequest < Struct.new( :bucket) include Aws::Structure end |