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)


12505
12506
12507
12508
12509
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12505

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