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:



7644
7645
7646
7647
7648
7649
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7644

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

#sses3Types::SSES3

Returns:

  • (Types::SSES3)


7644
7645
7646
7647
7648
7649
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7644

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