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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kms/types.rb

Overview

Contains information about each entry in the key list.

Instance Attribute Summary collapse

Instance Attribute Details

#key_arnString

ARN of the key.

Returns:

  • (String)


1413
1414
1415
1416
1417
# File 'lib/aws-sdk-kms/types.rb', line 1413

class KeyListEntry < Struct.new(
  :key_id,
  :key_arn)
  include Aws::Structure
end

#key_idString

Unique identifier of the key.

Returns:

  • (String)


1413
1414
1415
1416
1417
# File 'lib/aws-sdk-kms/types.rb', line 1413

class KeyListEntry < Struct.new(
  :key_id,
  :key_arn)
  include Aws::Structure
end