class Amazonite::Kms::AliasListEntry

Overview

Contains information about an alias.

Included Modules

Defined in:

kms/alias_list_entry.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(alias_name : String | Nil = nil, alias_arn : String | Nil = nil, target_key_id : String | Nil = nil, creation_date : Time | Nil = nil, last_updated_date : Time | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def alias_arn : String | Nil #

String that contains the key ARN.


[View source]
def alias_arn=(alias_arn : String | Nil) #

String that contains the key ARN.


[View source]
def alias_name : String | Nil #

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


[View source]
def alias_name=(alias_name : String | Nil) #

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


[View source]
def creation_date : Time | Nil #

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


[View source]
def creation_date=(creation_date : Time | Nil) #

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


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def last_updated_date : Time | Nil #

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


[View source]
def last_updated_date=(last_updated_date : Time | Nil) #

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


[View source]
def target_key_id : String | Nil #

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


[View source]
def target_key_id=(target_key_id : String | Nil) #

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


[View source]
def validate! : Nil #

[View source]