class
Amazonite::Sns::Tag
- Amazonite::Sns::Tag
- Reference
- Object
Overview
The list of tags to be added to the specified topic.
Defined in:
sns/tag.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key : String
The required key portion of the tag.
-
#key=(key : String)
The required key portion of the tag.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
-
#value : String
The optional value portion of the tag.
-
#value=(value : String)
The optional value portion of the tag.
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?.