class
Amazonite::SecretsManager::Tag
- Amazonite::SecretsManager::Tag
- Reference
- Object
Overview
A structure that contains information about a tag.
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/tag.crConstructors
- .new(pull : JSON::PullParser)
- .new(key : String | Nil = nil, value : 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 : String | Nil
The key identifier, or name, of the tag.
-
#key=(key : String | Nil)
The key identifier, or name, of the tag.
- #validate! : Nil
-
#value : String | Nil
The string value associated with the key of the tag.
-
#value=(value : String | Nil)
The string value associated with the key of the tag.
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?.