Class: Aws::QConnect::Types::SMSMessageTemplateContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SMSMessageTemplateContent
- Defined in:
- gems/aws-sdk-qconnect/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.
8445 8446 8447 8448 8449 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8445 class SMSMessageTemplateContent < Struct.new( :body) SENSITIVE = [] include Aws::Structure end |