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

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

#ssekmsTypes::SSEKMS

Returns:



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

#sses3Types::SSES3

Returns:

  • (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