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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_arnString

ARN of the key.

Returns:

  • (String)


3935
3936
3937
3938
3939
3940
# File 'lib/aws-sdk-kms/types.rb', line 3935

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

#key_idString

Unique identifier of the key.

Returns:

  • (String)


3935
3936
3937
3938
3939
3940
# File 'lib/aws-sdk-kms/types.rb', line 3935

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