Class: Aws::Types::CreateWhatsAppMessageTemplateOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def category
  @category
end

#meta_template_id::String

Returns the value of attribute meta_template_id.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def meta_template_id
  @meta_template_id
end

#template_status::String

Returns the value of attribute template_status.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def template_status
  @template_status
end