Class: Aws::S3::Types::SSEKMS

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

Overview

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

Constant Summary collapse

SENSITIVE =
[:key_id]

Instance Attribute Summary collapse

Instance Attribute Details

#key_idString

Specifies the ID of the Key Management Service (KMS) symmetric encryption customer managed key to use for encrypting inventory reports.

Returns:

  • (String)


15562
15563
15564
15565
15566
# File 'lib/aws-sdk-s3/types.rb', line 15562

class SSEKMS < Struct.new(
  :key_id)
  SENSITIVE = [:key_id]
  include Aws::Structure
end