Class: Aws::SocialMessaging::Types::ListWhatsAppTemplateLibraryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::ListWhatsAppTemplateLibraryOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#meta_library_templates ⇒ Array<Types::MetaLibraryTemplateDefinition>
A list of templates from Meta’s library.
-
#next_token ⇒ String
The token to retrieve the next page of results, if any.
Instance Attribute Details
#meta_library_templates ⇒ Array<Types::MetaLibraryTemplateDefinition>
A list of templates from Meta’s library.
882 883 884 885 886 887 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 882 class ListWhatsAppTemplateLibraryOutput < Struct.new( :meta_library_templates, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to retrieve the next page of results, if any.
882 883 884 885 886 887 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 882 class ListWhatsAppTemplateLibraryOutput < Struct.new( :meta_library_templates, :next_token) SENSITIVE = [] include Aws::Structure end |