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.
742 743 744 745 746 |
# File 'lib/aws-sdk-sns/types.rb', line 742 class GetSMSAttributesResponse < Struct.new( :attributes) SENSITIVE = [] include Aws::Structure end |