class
Amazonite::Sns::UntagResourceRequest
- Amazonite::Sns::UntagResourceRequest
- Reference
- Object
Defined in:
sns/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_arn : String
The ARN of the topic from which to remove tags.
-
#resource_arn=(resource_arn : String)
The ARN of the topic from which to remove tags.
-
#tag_keys : Array(String)
The list of tag keys to remove from the specified topic.
-
#tag_keys=(tag_keys : Array(String))
The list of tag keys to remove from the specified topic.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #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?.