You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SNS::Types::GetSMSAttributesInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetSMSAttributesInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  attributes: ["String"],
}

The input for the GetSMSAttributes request.

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<String>

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.

Returns:

  • (Array<String>)

    A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.