Class: Aws::SocialMessaging::Types::UpdateWhatsAppMessageTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::UpdateWhatsAppMessageTemplateInput
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cta_url_link_tracking_opted_out ⇒ Boolean
When true, disables click tracking for call-to-action URL buttons in the template.
-
#id ⇒ String
The ID of the WhatsApp Business Account associated with this template.
-
#meta_template_id ⇒ String
The numeric ID of the template assigned by Meta.
-
#parameter_format ⇒ String
The format specification for parameters in the template, this can be either 'named' or 'positional'.
-
#template_category ⇒ String
The new category for the template (for example, UTILITY or MARKETING).
-
#template_components ⇒ String
The updated components of the template as a JSON blob (maximum 3000 characters).
Instance Attribute Details
#cta_url_link_tracking_opted_out ⇒ Boolean
When true, disables click tracking for call-to-action URL buttons in the template.
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 |
#id ⇒ String
The ID of the WhatsApp Business Account associated with this template.
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_id ⇒ String
The numeric ID of the template assigned by Meta.
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_format ⇒ String
The format specification for parameters in the template, this can be either 'named' or 'positional'.
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_category ⇒ String
The new category for the template (for example, UTILITY or MARKETING).
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_components ⇒ String
The updated components of the template as a JSON blob (maximum 3000 characters).
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 |