Class: Aws::Types::DeleteWhatsAppMessageTemplateInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delete_all_languagesBoolean

Returns the value of attribute delete_all_languages.

Returns:

  • (Boolean)


119
120
121
# File 'sig/types.rbs', line 119

def delete_all_languages
  @delete_all_languages
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def id
  @id
end

#meta_template_id::String

Returns the value of attribute meta_template_id.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def meta_template_id
  @meta_template_id
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def template_name
  @template_name
end