class
Amazonite::Sns::GetSMSAttributesResponse
- Amazonite::Sns::GetSMSAttributesResponse
- Reference
- Object
Overview
The response from the GetSMSAttributes request.
Defined in:
sns/get_sms_attributes_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#attributes : Hash(String, String) | Nil
The SMS attribute names and their values.
-
#attributes=(attributes : Hash(String, String) | Nil)
The SMS attribute names and their values.
-
#hash(hasher)
See
Object#hash(hasher) - #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 attributes=(attributes : Hash(String, String) | Nil)
#
The SMS attribute names and their values.