class
Amazonite::Sns::Topic
- Amazonite::Sns::Topic
- Reference
- Object
Overview
A wrapper type for the topic's Amazon Resource Name (ARN). To retrieve a topic's attributes, use
GetTopicAttributes.
Defined in:
sns/topic.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#topic_arn : String | Nil
The topic's ARN.
-
#topic_arn=(topic_arn : String | Nil)
The topic's ARN.
- #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?.