Class: Aws::SocialMessaging::Types::GetWhatsAppMessageTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::GetWhatsAppMessageTemplateOutput
- Includes:
- Aws::Structure
- Defined in:
- 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).
467 468 469 470 471 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 467 class GetWhatsAppMessageTemplateOutput < Struct.new( :template) SENSITIVE = [] include Aws::Structure end |