class
Amazonite::Kms::KeyListEntry
- Amazonite::Kms::KeyListEntry
- Reference
- Object
Overview
Contains information about each entry in the key list.
Included Modules
- JSON::Serializable
Defined in:
kms/key_list_entry.crConstructors
- .new(pull : JSON::PullParser)
- .new(key_id : String | Nil = nil, key_arn : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key_arn : String | Nil
ARN of the key.
-
#key_arn=(key_arn : String | Nil)
ARN of the key.
-
#key_id : String | Nil
Unique identifier of the key.
-
#key_id=(key_id : String | Nil)
Unique identifier of the key.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.