Class: Aws::S3Control::Types::SSEKMS

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_idString

A container for the ARN of the SSE-KMS encryption. This property is read-only and follows the following format: arn:aws:kms:us-east-1:example-account-id:key/example-9a73-4afc-8d29-8f5900cef44e

Returns:

  • (String)


7575
7576
7577
7578
7579
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7575

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