Class: Aws::QConnect::Types::WhatsAppMessageTemplateSourceConfigurationSummary

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

Instance Attribute Details

#business_account_idString

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

Returns:

  • (String)


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

#componentsArray<String>

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

Returns:

  • (Array<String>)


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

#languageString

The language of the WhatsApp template.

Returns:

  • (String)


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

#nameString

The name of the WhatsApp template.

Returns:

  • (String)


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

#statusString

The status of the message template.

Returns:

  • (String)


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_reasonString

The status reason of the message template.

Returns:

  • (String)


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_idString

The ID of WhatsApp template.

Returns:

  • (String)


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