You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KMS::Types::AliasListEntry

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains information about an alias.

Instance Attribute Summary collapse

Instance Attribute Details

#alias_arnString

String that contains the key ARN.

Returns:

  • (String)

    String that contains the key ARN.

#alias_nameString

String that contains the alias. This value begins with alias/.

Returns:

  • (String)

    String that contains the alias.

#target_key_idString

String that contains the key identifier referred to by the alias.

Returns:

  • (String)

    String that contains the key identifier referred to by the alias.