Class: Aws::QConnect::Types::SMSMessageTemplateContent

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bodyTypes::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