Class: Aws::QConnect::Types::WhatsAppMessageTemplateSourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::WhatsAppMessageTemplateSourceConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Configuration information about the external data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#business_account_id ⇒ String
The ID of the End User Messaging WhatsApp Business Account to associate with this template.
-
#components ⇒ Array<String>
The list of component mapping from WhatsApp template parameters to Message Template attributes.
-
#template_id ⇒ String
The WhatsApp template ID.
Instance Attribute Details
#business_account_id ⇒ String
The ID of the End User Messaging WhatsApp Business Account to associate with this template.
12548 12549 12550 12551 12552 12553 12554 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12548 class WhatsAppMessageTemplateSourceConfiguration < Struct.new( :business_account_id, :template_id, :components) SENSITIVE = [] include Aws::Structure end |
#components ⇒ Array<String>
The list of component mapping from WhatsApp template parameters to Message Template attributes.
12548 12549 12550 12551 12552 12553 12554 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12548 class WhatsAppMessageTemplateSourceConfiguration < Struct.new( :business_account_id, :template_id, :components) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The WhatsApp template ID.
12548 12549 12550 12551 12552 12553 12554 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12548 class WhatsAppMessageTemplateSourceConfiguration < Struct.new( :business_account_id, :template_id, :components) SENSITIVE = [] include Aws::Structure end |