Class: Aws::QConnect::Types::WhatsAppMessageTemplateSourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::WhatsAppMessageTemplateSourceConfiguration
- Defined in:
- gems/aws-sdk-qconnect/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.
12529 12530 12531 12532 12533 12534 12535 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12529 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.
12529 12530 12531 12532 12533 12534 12535 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12529 class WhatsAppMessageTemplateSourceConfiguration < Struct.new( :business_account_id, :template_id, :components) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The WhatsApp template ID.
12529 12530 12531 12532 12533 12534 12535 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12529 class WhatsAppMessageTemplateSourceConfiguration < Struct.new( :business_account_id, :template_id, :components) SENSITIVE = [] include Aws::Structure end |