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

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

Overview

The response from the GetSMSAttributes request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

The SMS attribute names and their values.

Returns:

  • (Hash<String,String>)


751
752
753
754
755
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 751

class GetSMSAttributesResponse < Struct.new(
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end