Class: Aws::SocialMessaging::Types::CreateWhatsAppMessageTemplateFromLibraryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::CreateWhatsAppMessageTemplateFromLibraryOutput
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category ⇒ String
The category of the template (for example, UTILITY or MARKETING).
-
#meta_template_id ⇒ String
The numeric ID assigned to the template by Meta.
-
#template_status ⇒ String
The status of the created template (for example, PENDING or APPROVED).
Instance Attribute Details
#category ⇒ String
The category of the template (for example, UTILITY or MARKETING).
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_id ⇒ String
The numeric ID assigned to the template by Meta.
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_status ⇒ String
The status of the created template (for example, PENDING or APPROVED).
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 |