Class: Aws::Types::UpdateWhatsAppMessageTemplateInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute cta_url_link_tracking_opted_out.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def meta_template_id
  @meta_template_id
end

#parameter_format::String

Returns the value of attribute parameter_format.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


607
608
609
# File 'sig/types.rbs', line 607

def template_name
  @template_name
end