class
Amazonite::Sns::ConfirmSubscriptionInput
- Amazonite::Sns::ConfirmSubscriptionInput
- Reference
- Object
Overview
Input for ConfirmSubscription action.
Defined in:
sns/confirm_subscription_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(topic_arn : String, token : String, authenticate_on_unsubscribe : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#authenticate_on_unsubscribe : String | Nil
Disallows unauthenticated unsubscribes of the subscription.
-
#authenticate_on_unsubscribe=(authenticate_on_unsubscribe : String | Nil)
Disallows unauthenticated unsubscribes of the subscription.
-
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#token : String
Short-lived token sent to an endpoint during the
Subscribeaction. -
#token=(token : String)
Short-lived token sent to an endpoint during the
Subscribeaction. -
#topic_arn : String
The ARN of the topic for which you wish to confirm a subscription.
-
#topic_arn=(topic_arn : String)
The ARN of the topic for which you wish to confirm a subscription.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is
true and the request has an Amazon Web Services signature, then only the topic owner and the
subscription owner can unsubscribe the endpoint. The unsubscribe action requires Amazon Web
Services authentication.
Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is
true and the request has an Amazon Web Services signature, then only the topic owner and the
subscription owner can unsubscribe the endpoint. The unsubscribe action requires Amazon Web
Services authentication.
The ARN of the topic for which you wish to confirm a subscription.