Class: Aws::S3::Types::ServerSideEncryptionConfiguration

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

Overview

Specifies the default server-side-encryption configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rulesArray<Types::ServerSideEncryptionRule>

Container for information about a particular server-side encryption configuration rule.



15811
15812
15813
15814
15815
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 15811

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