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)


7398
7399
7400
7401
7402
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7398

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