class
Amazonite::Sns::GetSMSAttributesInput
- Amazonite::Sns::GetSMSAttributesInput
- Reference
- Object
Overview
The input for the GetSMSAttributes request.
Defined in:
sns/get_sms_attributes_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#attributes : Array(String) | Nil
A list of the individual attribute names, such as
MonthlySpendLimit, for which you want values. -
#attributes=(attributes : Array(String) | Nil)
A list of the individual attribute names, such as
MonthlySpendLimit, for which you want values. -
#hash(hasher)
See
Object#hash(hasher) - #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?.
A list of the individual attribute names, such as MonthlySpendLimit, for which you want
values.
For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
A list of the individual attribute names, such as MonthlySpendLimit, for which you want
values.
For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.