class
Amazonite::Kms::AliasListEntry
- Amazonite::Kms::AliasListEntry
- Reference
- Object
Overview
Contains information about an alias.
Included Modules
- JSON::Serializable
Defined in:
kms/alias_list_entry.crConstructors
- .new(pull : JSON::PullParser)
- .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)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#alias_arn : String | Nil
String that contains the key ARN.
-
#alias_arn=(alias_arn : String | Nil)
String that contains the key ARN.
-
#alias_name : String | Nil
String that contains the alias.
-
#alias_name=(alias_name : String | Nil)
String that contains the alias.
-
#creation_date : Time | Nil
Date and time that the alias was most recently created in the account and Region.
-
#creation_date=(creation_date : Time | Nil)
Date and time that the alias was most recently created in the account and Region.
-
#hash(hasher)
See
Object#hash(hasher) -
#last_updated_date : Time | Nil
Date and time that the alias was most recently associated with a KMS key in the account and Region.
-
#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.
-
#target_key_id : String | Nil
String that contains the key identifier of the KMS key associated with the alias.
-
#target_key_id=(target_key_id : String | Nil)
String that contains the key identifier of the KMS key associated with the alias.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
String that contains the alias. This value begins with alias/.
Date and time that the alias was most recently created in the account and Region. Formatted as Unix time.
Date and time that the alias was most recently created in the account and Region. Formatted as Unix time.
Date and time that the alias was most recently associated with a KMS key in the account and Region. Formatted as Unix time.
Date and time that the alias was most recently associated with a KMS key in the account and Region. Formatted as Unix time.
String that contains the key identifier of the KMS key associated with the alias.
String that contains the key identifier of the KMS key associated with the alias.