Class: Aws::SocialMessaging::Types::CreateWhatsAppMessageTemplateOutput

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, such as UTILITY or MARKETING.

Returns:

  • (String)


179
180
181
182
183
184
185
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 179

class CreateWhatsAppMessageTemplateOutput < 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)


179
180
181
182
183
184
185
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 179

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

#template_statusString

The status of the created template, such as PENDING or APPROVED..

Returns:

  • (String)


179
180
181
182
183
184
185
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 179

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