Class: Aws::S3::Types::DeleteBucketEncryptionRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bucketString

The name of the bucket containing the server-side encryption configuration to delete.

Returns:

  • (String)


1720
1721
1722
1723
# File 'lib/aws-sdk-s3/types.rb', line 1720

class DeleteBucketEncryptionRequest < Struct.new(
  :bucket)
  include Aws::Structure
end