Class: Aws::SNS::Types::GetSMSAttributesResponse

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

Overview

The response from the ‘GetSMSAttributes` request.

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

The SMS attribute names and their values.

Returns:

  • (Hash<String,String>)


524
525
526
527
# File 'lib/aws-sdk-sns/types.rb', line 524

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