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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#server_side_encryption_configurationTypes::ServerSideEncryptionConfiguration

Container for server-side encryption configuration rules. Currently S3 supports one rule only.



2514
2515
2516
2517
# File 'lib/aws-sdk-s3/types.rb', line 2514

class GetBucketEncryptionOutput < Struct.new(
  :server_side_encryption_configuration)
  include Aws::Structure
end