Class: Aws::S3::Types::GetBucketEncryptionRequest

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 GetBucketEncryptionRequest data as a hash:

{
  bucket: "BucketName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The name of the bucket from which the server-side encryption configuration is retrieved.

Returns:

  • (String)


3817
3818
3819
3820
# File 'lib/aws-sdk-s3/types.rb', line 3817

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