class
Amazonite::ApiGateway::UntagResourceRequest
- Amazonite::ApiGateway::UntagResourceRequest
- Reference
- Object
Overview
Removes a tag from a given resource.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/untag_resource_request.crConstructors
- .new(resource_arn : String, tag_keys : Array(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.
-
#tag_keys : Array(String)
The Tag keys to delete.
-
#tag_keys=(tag_keys : Array(String))
The Tag keys to delete.
- #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?.