Class: Aws::QConnect::Types::WhatsAppMessageTemplateContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::WhatsAppMessageTemplateContent
- 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
-
#data ⇒ String
The data.
Instance Attribute Details
#data ⇒ String
The data.
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 |