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
7869 7870 7871 7872 7873 7874 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7869 class StorageLensDataExportEncryption < Struct.new( :sses3, :ssekms) SENSITIVE = [] include Aws::Structure end |
#sses3 ⇒ Types::SSES3
7869 7870 7871 7872 7873 7874 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7869 class StorageLensDataExportEncryption < Struct.new( :sses3, :ssekms) SENSITIVE = [] include Aws::Structure end |