paws.application.integration (version 0.1.0)

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.

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 SetSMSAttributes.

If you don't use this parameter, Amazon SNS returns all SMS attributes.

Request syntax

svc$get_sms_attributes(
  attributes = list(
    "string"
  )
)

Details

These settings are set with the SetSMSAttributes action.