Class: Aws::SocialMessaging::Types::GetWhatsAppMessageTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::GetWhatsAppMessageTemplateOutput
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#template ⇒ String
The complete template definition as a JSON string (maximum 6000 characters).
Instance Attribute Details
#template ⇒ String
The complete template definition as a JSON string (maximum 6000 characters).
447 448 449 450 451 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 447 class GetWhatsAppMessageTemplateOutput < Struct.new( :template) SENSITIVE = [] include Aws::Structure end |