Class: Aws::Pinpoint::Types::GetSmsTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetSmsTemplateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Instance Attribute Summary collapse
-
#sms_template_response ⇒ Types::SMSTemplateResponse
Provides information about the content and settings for a message template that can be used in text messages that are sent through the SMS channel.
Instance Attribute Details
#sms_template_response ⇒ Types::SMSTemplateResponse
Provides information about the content and settings for a message template that can be used in text messages that are sent through the SMS channel.
9358 9359 9360 9361 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 9358 class GetSmsTemplateResponse < Struct.new( :sms_template_response) include Aws::Structure end |