Class: Aws::QConnect::Types::SMSMessageTemplateContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SMSMessageTemplateContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
The content of the message template that applies to the SMS channel subtype.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#body ⇒ Types::SMSMessageTemplateContentBody
The body to use in SMS messages.
Instance Attribute Details
#body ⇒ Types::SMSMessageTemplateContentBody
The body to use in SMS messages.
9948 9949 9950 9951 9952 |
# File 'lib/aws-sdk-qconnect/types.rb', line 9948 class SMSMessageTemplateContent < Struct.new( :body) SENSITIVE = [] include Aws::Structure end |