Class: Aws::Types::CreateWhatsAppMessageTemplateFromLibraryOutput

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)


69
70
71
# File 'sig/types.rbs', line 69

def category
  @category
end

#meta_template_id::String

Returns the value of attribute meta_template_id.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def meta_template_id
  @meta_template_id
end

#template_status::String

Returns the value of attribute template_status.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def template_status
  @template_status
end