Learn R Programming

paws.application.integration (version 0.1.11)

sns_get_sms_attributes: Returns the settings for sending SMS messages from your account

Description

Returns the settings for sending SMS messages from your 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 MonthlySpendLimit, for which you want values.

For all attribute names, see set_sms_attributes.

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"
  )
)