Class: Aws::S3::Types::GetBucketEncryptionOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#server_side_encryption_configurationTypes::ServerSideEncryptionConfiguration

Specifies the default server-side-encryption configuration.



4929
4930
4931
4932
4933
# File 'lib/aws-sdk-s3/types.rb', line 4929

class GetBucketEncryptionOutput < Struct.new(
  :server_side_encryption_configuration)
  SENSITIVE = []
  include Aws::Structure
end