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.
4142 4143 4144 4145 4146 4147 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 4142 class KeyListEntry < Struct.new( :key_id, :key_arn) SENSITIVE = [] include Aws::Structure end |
#key_id ⇒ String
Unique identifier of the key.
4142 4143 4144 4145 4146 4147 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 4142 class KeyListEntry < Struct.new( :key_id, :key_arn) SENSITIVE = [] include Aws::Structure end |