Class: Aws::S3::Types::ServerSideEncryptionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::ServerSideEncryptionConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Specifies the default server-side-encryption configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rules ⇒ Array<Types::ServerSideEncryptionRule>
Container for information about a particular server-side encryption configuration rule.
Instance Attribute Details
#rules ⇒ Array<Types::ServerSideEncryptionRule>
Container for information about a particular server-side encryption configuration rule.
16428 16429 16430 16431 16432 |
# File 'lib/aws-sdk-s3/types.rb', line 16428 class ServerSideEncryptionConfiguration < Struct.new( :rules) SENSITIVE = [] include Aws::Structure end |