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

#ssekms ⇒ Types::SSEKMS

Returns:



8567
8568
8569
8570
8571
8572
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8567

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

#sses3 ⇒ Types::SSES3

Returns:

  • (Types::SSES3)


8567
8568
8569
8570
8571
8572
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8567

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