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