Class: Aws::S3Control::Types::StorageLensDataExportEncryption
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::StorageLensDataExportEncryption
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
A container for the encryption of the S3 Storage Lens metrics exports.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#ssekms ⇒ Types::SSEKMS
8186 8187 8188 8189 8190 8191 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8186 class StorageLensDataExportEncryption < Struct.new( :sses3, :ssekms) SENSITIVE = [] include Aws::Structure end |
#sses3 ⇒ Types::SSES3
8186 8187 8188 8189 8190 8191 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8186 class StorageLensDataExportEncryption < Struct.new( :sses3, :ssekms) SENSITIVE = [] include Aws::Structure end |