Class: Aws::SocialMessaging::Types::CreateWhatsAppMessageTemplateFromLibraryOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

The category of the template (for example, UTILITY or MARKETING).

Returns:

  • (String)


108
109
110
111
112
113
114
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 108

class CreateWhatsAppMessageTemplateFromLibraryOutput < Struct.new(
  :meta_template_id,
  :template_status,
  :category)
  SENSITIVE = []
  include Aws::Structure
end

#meta_template_idString

The numeric ID assigned to the template by Meta.

Returns:

  • (String)


108
109
110
111
112
113
114
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 108

class CreateWhatsAppMessageTemplateFromLibraryOutput < Struct.new(
  :meta_template_id,
  :template_status,
  :category)
  SENSITIVE = []
  include Aws::Structure
end

#template_statusString

The status of the created template (for example, PENDING or APPROVED).

Returns:

  • (String)


108
109
110
111
112
113
114
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 108

class CreateWhatsAppMessageTemplateFromLibraryOutput < Struct.new(
  :meta_template_id,
  :template_status,
  :category)
  SENSITIVE = []
  include Aws::Structure
end