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:



8478
8479
8480
8481
8482
8483
# File 'lib/aws-sdk-s3control/types.rb', line 8478

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

#sses3Types::SSES3

Returns:



8478
8479
8480
8481
8482
8483
# File 'lib/aws-sdk-s3control/types.rb', line 8478

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