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

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

Overview

Contains information about an alias.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alias_arnString

String that contains the key ARN.

Returns:

  • (String)


40
41
42
43
44
45
46
47
48
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 40

class AliasListEntry < Struct.new(
  :alias_name,
  :alias_arn,
  :target_key_id,
  :creation_date,
  :last_updated_date)
  SENSITIVE = []
  include Aws::Structure
end

#alias_nameString

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

Returns:

  • (String)


40
41
42
43
44
45
46
47
48
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 40

class AliasListEntry < Struct.new(
  :alias_name,
  :alias_arn,
  :target_key_id,
  :creation_date,
  :last_updated_date)
  SENSITIVE = []
  include Aws::Structure
end

#creation_dateTime

Date and time that the alias was most recently created in the account and Region. Formatted as Unix time.

Returns:

  • (Time)


40
41
42
43
44
45
46
47
48
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 40

class AliasListEntry < Struct.new(
  :alias_name,
  :alias_arn,
  :target_key_id,
  :creation_date,
  :last_updated_date)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_dateTime

Date and time that the alias was most recently associated with a KMS key in the account and Region. Formatted as Unix time.

Returns:

  • (Time)


40
41
42
43
44
45
46
47
48
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 40

class AliasListEntry < Struct.new(
  :alias_name,
  :alias_arn,
  :target_key_id,
  :creation_date,
  :last_updated_date)
  SENSITIVE = []
  include Aws::Structure
end

#target_key_idString

String that contains the key identifier of the KMS key associated with the alias.

Returns:

  • (String)


40
41
42
43
44
45
46
47
48
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 40

class AliasListEntry < Struct.new(
  :alias_name,
  :alias_arn,
  :target_key_id,
  :creation_date,
  :last_updated_date)
  SENSITIVE = []
  include Aws::Structure
end