Class: Aws::S3Control::Types::SSEKMS
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::SSEKMS
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_id ⇒ String
A container for the ARN of the SSE-KMS encryption.
Instance Attribute Details
#key_id ⇒ String
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 `
7576 7577 7578 7579 7580 |
# File 'lib/aws-sdk-s3control/types.rb', line 7576 class SSEKMS < Struct.new( :key_id) SENSITIVE = [] include Aws::Structure end |