powered by
Returns the settings for sending SMS messages from your account.
These settings are set with the set_sms_attributes action.
set_sms_attributes
sns_get_sms_attributes(attributes)
A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.
MonthlySpendLimit
For all attribute names, see set_sms_attributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
A list with the following syntax:
list( attributes = list( "string" ) )
svc$get_sms_attributes( attributes = list( "string" ) )