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


503
504
505
506
# File 'lib/aws-sdk-sns/types.rb', line 503

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