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

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

Instance Attribute Details

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