Class: Aws::S3::Types::InventoryEncryption

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Contains the type of server-side encryption used to encrypt the inventory results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ssekmsTypes::SSEKMS

Specifies the use of SSE-KMS to encrypt delivered inventory reports.

Returns:



8861
8862
8863
8864
8865
8866
# File 'lib/aws-sdk-s3/types.rb', line 8861

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

#sses3Types::SSES3

Specifies the use of SSE-S3 to encrypt delivered inventory reports.

Returns:



8861
8862
8863
8864
8865
8866
# File 'lib/aws-sdk-s3/types.rb', line 8861

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