Class: Aws::QConnect::Types::WhatsAppMessageTemplateSourceConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#business_account_idString

The ID of the End User Messaging WhatsApp Business Account to associate with this template.

Returns:

  • (String)


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

#componentsArray<String>

The list of component mapping from WhatsApp template parameters to Message Template attributes.

Returns:

  • (Array<String>)


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_idString

The WhatsApp template ID.

Returns:

  • (String)


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