class
Amazonite::Lambda::UntagResourceRequest
- Amazonite::Lambda::UntagResourceRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/untag_resource_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#resource : String
The resource's Amazon Resource Name (ARN).
-
#resource=(resource : String)
The resource's Amazon Resource Name (ARN).
-
#tag_keys : Array(String)
A list of tag keys to remove from the resource.
-
#tag_keys=(tag_keys : Array(String))
A list of tag keys to remove from the resource.
- #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?.