class
Amazonite::Sns::SubscribeResponse
- Amazonite::Sns::SubscribeResponse
- Reference
- Object
Overview
Response for Subscribe action.
Defined in:
sns/subscribe_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#subscription_arn : String | Nil
The ARN of the subscription if it is confirmed, or the string "pending confirmation" if the subscription requires confirmation.
-
#subscription_arn=(subscription_arn : String | Nil)
The ARN of the subscription if it is confirmed, or the string "pending confirmation" if the subscription requires confirmation.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The ARN of the subscription if it is confirmed, or the string "pending confirmation" if the
subscription requires confirmation. However, if the API request parameter
ReturnSubscriptionArn is true, then the value is always the subscription ARN, even if the
subscription requires confirmation.
The ARN of the subscription if it is confirmed, or the string "pending confirmation" if the
subscription requires confirmation. However, if the API request parameter
ReturnSubscriptionArn is true, then the value is always the subscription ARN, even if the
subscription requires confirmation.