Class: Aws::Types::UpdateWhatsAppMessageTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWhatsAppMessageTemplateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cta_url_link_tracking_opted_out ⇒ Boolean
Returns the value of attribute cta_url_link_tracking_opted_out.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#meta_template_id ⇒ ::String
Returns the value of attribute meta_template_id.
-
#parameter_format ⇒ ::String
Returns the value of attribute parameter_format.
-
#template_category ⇒ ::String
Returns the value of attribute template_category.
-
#template_components ⇒ ::String
Returns the value of attribute template_components.
-
#template_language_code ⇒ ::String
Returns the value of attribute template_language_code.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#cta_url_link_tracking_opted_out ⇒ Boolean
Returns the value of attribute cta_url_link_tracking_opted_out.
612 613 614 |
# File 'sig/types.rbs', line 612 def cta_url_link_tracking_opted_out @cta_url_link_tracking_opted_out end |
#id ⇒ ::String
Returns the value of attribute id.
605 606 607 |
# File 'sig/types.rbs', line 605 def id @id end |
#meta_template_id ⇒ ::String
Returns the value of attribute meta_template_id.
606 607 608 |
# File 'sig/types.rbs', line 606 def @meta_template_id end |
#parameter_format ⇒ ::String
Returns the value of attribute parameter_format.
609 610 611 |
# File 'sig/types.rbs', line 609 def parameter_format @parameter_format end |
#template_category ⇒ ::String
Returns the value of attribute template_category.
610 611 612 |
# File 'sig/types.rbs', line 610 def template_category @template_category end |
#template_components ⇒ ::String
Returns the value of attribute template_components.
611 612 613 |
# File 'sig/types.rbs', line 611 def template_components @template_components end |
#template_language_code ⇒ ::String
Returns the value of attribute template_language_code.
608 609 610 |
# File 'sig/types.rbs', line 608 def template_language_code @template_language_code end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
607 608 609 |
# File 'sig/types.rbs', line 607 def template_name @template_name end |