Class: Aws::SocialMessaging::Types::UpdateWhatsAppMessageTemplateInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

When true, disables click tracking for call-to-action URL buttons in the template.

Returns:

  • (Boolean)


1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1355

class UpdateWhatsAppMessageTemplateInput < Struct.new(
  :id,
  :meta_template_id,
  :parameter_format,
  :template_category,
  :template_components,
  :cta_url_link_tracking_opted_out)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the WhatsApp Business Account associated with this template.

Returns:

  • (String)


1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1355

class UpdateWhatsAppMessageTemplateInput < Struct.new(
  :id,
  :meta_template_id,
  :parameter_format,
  :template_category,
  :template_components,
  :cta_url_link_tracking_opted_out)
  SENSITIVE = []
  include Aws::Structure
end

#meta_template_idString

The numeric ID of the template assigned by Meta.

Returns:

  • (String)


1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1355

class UpdateWhatsAppMessageTemplateInput < Struct.new(
  :id,
  :meta_template_id,
  :parameter_format,
  :template_category,
  :template_components,
  :cta_url_link_tracking_opted_out)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_formatString

The format specification for parameters in the template, this can be either 'named' or 'positional'.

Returns:

  • (String)


1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1355

class UpdateWhatsAppMessageTemplateInput < Struct.new(
  :id,
  :meta_template_id,
  :parameter_format,
  :template_category,
  :template_components,
  :cta_url_link_tracking_opted_out)
  SENSITIVE = []
  include Aws::Structure
end

#template_categoryString

The new category for the template (for example, UTILITY or MARKETING).

Returns:

  • (String)


1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1355

class UpdateWhatsAppMessageTemplateInput < Struct.new(
  :id,
  :meta_template_id,
  :parameter_format,
  :template_category,
  :template_components,
  :cta_url_link_tracking_opted_out)
  SENSITIVE = []
  include Aws::Structure
end

#template_componentsString

The updated components of the template as a JSON blob (maximum 3000 characters).

Returns:

  • (String)


1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1355

class UpdateWhatsAppMessageTemplateInput < Struct.new(
  :id,
  :meta_template_id,
  :parameter_format,
  :template_category,
  :template_components,
  :cta_url_link_tracking_opted_out)
  SENSITIVE = []
  include Aws::Structure
end