class
Amazonite::ApiGateway::TagResourceRequest
- Amazonite::ApiGateway::TagResourceRequest
- Reference
- Object
Overview
Adds or updates a tag on a given resource.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/tag_resource_request.crConstructors
- .new(resource_arn : String, tags : Hash(String, String))
- .new(pull : JSON::PullParser)
- .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) -
#resource_arn : String
The ARN of a resource that can be tagged.
-
#resource_arn=(resource_arn : String)
The ARN of a resource that can be tagged.
-
#tags : Hash(String, String)
The key-value map of strings.
-
#tags=(tags : Hash(String, String))
The key-value map of strings.
- #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)
#
The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up
to 128 characters and must not start with aws:. The tag value can be up to 256 characters.
def tags=(tags : Hash(String, String))
#
The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up
to 128 characters and must not start with aws:. The tag value can be up to 256 characters.