Class: Aws::QConnect::Types::WhatsAppMessageTemplateSourceConfigurationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::WhatsAppMessageTemplateSourceConfigurationSummary
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Configuration information about the external data source.
Constant Summary collapse
- SENSITIVE =
[:status_reason]
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.
-
#language ⇒ String
The language of the WhatsApp template.
-
#name ⇒ String
The name of the WhatsApp template.
-
#status ⇒ String
The status of the message template.
-
#status_reason ⇒ String
The status reason of the message template.
-
#template_id ⇒ String
The ID of WhatsApp template.
Instance Attribute Details
#business_account_id ⇒ String
The ID of the End User Messaging WhatsApp Business Account to associate with this template.
12571 12572 12573 12574 12575 12576 12577 12578 12579 12580 12581 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12571 class WhatsAppMessageTemplateSourceConfigurationSummary < Struct.new( :business_account_id, :template_id, :name, :language, :components, :status, :status_reason) SENSITIVE = [:status_reason] include Aws::Structure end |
#components ⇒ Array<String>
The list of component mapping from WhatsApp template parameters to Message Template attributes.
12571 12572 12573 12574 12575 12576 12577 12578 12579 12580 12581 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12571 class WhatsAppMessageTemplateSourceConfigurationSummary < Struct.new( :business_account_id, :template_id, :name, :language, :components, :status, :status_reason) SENSITIVE = [:status_reason] include Aws::Structure end |
#language ⇒ String
The language of the WhatsApp template.
12571 12572 12573 12574 12575 12576 12577 12578 12579 12580 12581 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12571 class WhatsAppMessageTemplateSourceConfigurationSummary < Struct.new( :business_account_id, :template_id, :name, :language, :components, :status, :status_reason) SENSITIVE = [:status_reason] include Aws::Structure end |
#name ⇒ String
The name of the WhatsApp template.
12571 12572 12573 12574 12575 12576 12577 12578 12579 12580 12581 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12571 class WhatsAppMessageTemplateSourceConfigurationSummary < Struct.new( :business_account_id, :template_id, :name, :language, :components, :status, :status_reason) SENSITIVE = [:status_reason] include Aws::Structure end |
#status ⇒ String
The status of the message template.
12571 12572 12573 12574 12575 12576 12577 12578 12579 12580 12581 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12571 class WhatsAppMessageTemplateSourceConfigurationSummary < Struct.new( :business_account_id, :template_id, :name, :language, :components, :status, :status_reason) SENSITIVE = [:status_reason] include Aws::Structure end |
#status_reason ⇒ String
The status reason of the message template.
12571 12572 12573 12574 12575 12576 12577 12578 12579 12580 12581 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12571 class WhatsAppMessageTemplateSourceConfigurationSummary < Struct.new( :business_account_id, :template_id, :name, :language, :components, :status, :status_reason) SENSITIVE = [:status_reason] include Aws::Structure end |
#template_id ⇒ String
The ID of WhatsApp template.
12571 12572 12573 12574 12575 12576 12577 12578 12579 12580 12581 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12571 class WhatsAppMessageTemplateSourceConfigurationSummary < Struct.new( :business_account_id, :template_id, :name, :language, :components, :status, :status_reason) SENSITIVE = [:status_reason] include Aws::Structure end |