Class: Aws::KMS::Types::KeyListEntry

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#key_arnString

ARN of the key.

Returns:

  • (String)


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_idString

Unique identifier of the key.

Returns:

  • (String)


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