class
Amazonite::Sns::CreateTopicResponse
- Amazonite::Sns::CreateTopicResponse
- Reference
- Object
Overview
Response from CreateTopic action.
Defined in:
sns/create_topic_response.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 Amazon Resource Name (ARN) assigned to the created topic.
-
#topic_arn=(topic_arn : String | Nil)
The Amazon Resource Name (ARN) assigned to the created topic.
- #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?.
def topic_arn=(topic_arn : String | Nil)
#
The Amazon Resource Name (ARN) assigned to the created topic.