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

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

Overview

Note:

When making an API call, you may pass SSEKMS data as a hash:

{
  key_id: "SSEKMSKeyId", # required
}

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

Instance Attribute Summary collapse

Instance Attribute Details

#key_idString

Specifies the ID of the AWS Key Management Service (KMS) master encryption key to use for encrypting Inventory reports.

Returns:

  • (String)


9074
9075
9076
9077
# File 'lib/aws-sdk-s3/types.rb', line 9074

class SSEKMS < Struct.new(
  :key_id)
  include Aws::Structure
end