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)


2532
2533
2534
2535
# File 'lib/aws-sdk-s3/types.rb', line 2532

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