Class: Aws::S3Control::Types::StorageLensDataExportEncryption
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::StorageLensDataExportEncryption
- Includes:
- Aws::Structure
- Defined in:
- 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
7822 7823 7824 7825 7826 7827 |
# File 'lib/aws-sdk-s3control/types.rb', line 7822 class StorageLensDataExportEncryption < Struct.new( :sses3, :ssekms) SENSITIVE = [] include Aws::Structure end |
#sses3 ⇒ Types::SSES3
7822 7823 7824 7825 7826 7827 |
# File 'lib/aws-sdk-s3control/types.rb', line 7822 class StorageLensDataExportEncryption < Struct.new( :sses3, :ssekms) SENSITIVE = [] include Aws::Structure end |