Get Sms Attributes
sns_get_sms_attributes | R Documentation |
Returns the settings for sending SMS messages from your Amazon Web Services account¶
Description¶
Returns the settings for sending SMS messages from your Amazon Web Services account.
These settings are set with the set_sms_attributes
action.
Usage¶
sns_get_sms_attributes(attributes)
Arguments¶
attributes |
A list of the individual attribute names, such as
For all attribute names, see If you don't use this parameter, Amazon SNS returns all SMS attributes. |
Value¶
A list with the following syntax:
list(
attributes = list(
"string"
)
)
Request syntax¶
svc$get_sms_attributes(
attributes = list(
"string"
)
)