Class: Aws::SNS::Types::GetSMSAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::GetSMSAttributesResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
The response from the ‘GetSMSAttributes` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Hash<String,String>
The SMS attribute names and their values.
Instance Attribute Details
#attributes ⇒ Hash<String,String>
The SMS attribute names and their values.
751 752 753 754 755 |
# File 'lib/aws-sdk-sns/types.rb', line 751 class GetSMSAttributesResponse < Struct.new( :attributes) SENSITIVE = [] include Aws::Structure end |