Class: Aws::Types::GetWhatsAppMessageTemplateInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def id
  @id
end

#meta_template_id::String

Returns the value of attribute meta_template_id.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def meta_template_id
  @meta_template_id
end

#template_language_code::String

Returns the value of attribute template_language_code.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def template_language_code
  @template_language_code
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def template_name
  @template_name
end