Class: Aws::SocialMessaging::Types::GetWhatsAppMessageTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::GetWhatsAppMessageTemplateInput
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the WhatsApp Business Account associated with this template.
-
#meta_template_id ⇒ String
The numeric ID of the template assigned by Meta.
Instance Attribute Details
#id ⇒ String
The ID of the WhatsApp Business Account associated with this template.
433 434 435 436 437 438 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 433 class GetWhatsAppMessageTemplateInput < Struct.new( :meta_template_id, :id) SENSITIVE = [] include Aws::Structure end |
#meta_template_id ⇒ String
The numeric ID of the template assigned by Meta.
433 434 435 436 437 438 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 433 class GetWhatsAppMessageTemplateInput < Struct.new( :meta_template_id, :id) SENSITIVE = [] include Aws::Structure end |