class
Amazonite::Sns::GetSubscriptionAttributesInput
- Amazonite::Sns::GetSubscriptionAttributesInput
- Reference
- Object
Overview
Input for GetSubscriptionAttributes.
Defined in:
sns/get_subscription_attributes_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#subscription_arn : String
The ARN of the subscription whose properties you want to get.
-
#subscription_arn=(subscription_arn : String)
The ARN of the subscription whose properties you want to get.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #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 subscription_arn=(subscription_arn : String)
#
The ARN of the subscription whose properties you want to get.