Class: Aws::KMS::Types::KeyListEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::KeyListEntry
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb
Overview
Contains information about each entry in the key list.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_arn ⇒ String
ARN of the key.
-
#key_id ⇒ String
Unique identifier of the key.
Instance Attribute Details
#key_arn ⇒ String
ARN of the key.
4136 4137 4138 4139 4140 4141 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 4136 class KeyListEntry < Struct.new( :key_id, :key_arn) SENSITIVE = [] include Aws::Structure end |
#key_id ⇒ String
Unique identifier of the key.
4136 4137 4138 4139 4140 4141 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 4136 class KeyListEntry < Struct.new( :key_id, :key_arn) SENSITIVE = [] include Aws::Structure end |