class
Amazonite::Sns::TagResourceRequest
- Amazonite::Sns::TagResourceRequest
- Reference
- Object
Defined in:
sns/tag_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 to which to add tags.
-
#resource_arn=(resource_arn : String)
The ARN of the topic to which to add tags.
-
#tags : Array(Tag)
The tags to be added to the specified topic.
-
#tags=(tags : Array(Tag))
The tags to be added to 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?.
The tags to be added to the specified topic. A tag consists of a required key and an optional value.
The tags to be added to the specified topic. A tag consists of a required key and an optional value.