You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SSEKMS as input to an Aws::Client method, you can use a vanilla Hash:

{
  key_id: "SSEKMSKeyId", # required
}

Returned by:

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)

    A container for the ARN of the SSE-KMS encryption.