class
Amazonite::ApiGateway::Tags
- Amazonite::ApiGateway::Tags
- Reference
- Object
Overview
The collection of tags. Each tag element is associated with a given resource.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/tags.crConstructors
- .new(pull : JSON::PullParser)
- .new(tags : Hash(String, 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) -
#tags : Hash(String, String) | Nil
The collection of tags.
-
#tags=(tags : Hash(String, String) | Nil)
The collection of tags.
- #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?.
def tags : Hash(String, String) | Nil
#
The collection of tags. Each tag element is associated with a given resource.
def tags=(tags : Hash(String, String) | Nil)
#
The collection of tags. Each tag element is associated with a given resource.