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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sns/types.rb

Overview

Note:

When making an API call, you may pass GetSMSAttributesInput data as a 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.

[1]: docs.aws.amazon.com/sns/latest/api/API_SetSMSAttributes.html

Returns:

  • (Array<String>)


511
512
513
514
# File 'lib/aws-sdk-sns/types.rb', line 511

class GetSMSAttributesInput < Struct.new(
  :attributes)
  include Aws::Structure
end