Class: Aws::S3Control::Types::StorageLensDataExportEncryption

Inherits:
Struct
  • Object
show all
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

#ssekmsTypes::SSEKMS

Returns:



7821
7822
7823
7824
7825
7826
# File 'lib/aws-sdk-s3control/types.rb', line 7821

class StorageLensDataExportEncryption < Struct.new(
  :sses3,
  :ssekms)
  SENSITIVE = []
  include Aws::Structure
end

#sses3Types::SSES3

Returns:



7821
7822
7823
7824
7825
7826
# File 'lib/aws-sdk-s3control/types.rb', line 7821

class StorageLensDataExportEncryption < Struct.new(
  :sses3,
  :ssekms)
  SENSITIVE = []
  include Aws::Structure
end