Class: Aws::QConnect::Types::WhatsAppMessageTemplateContent

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 WHATSAPP channel subtype.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataString

The data.

Returns:

  • (String)


12492
12493
12494
12495
12496
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12492

class WhatsAppMessageTemplateContent < Struct.new(
  :data)
  SENSITIVE = []
  include Aws::Structure
end