Class: Aws::SocialMessaging::Types::ListWhatsAppTemplateLibraryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::ListWhatsAppTemplateLibraryInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Hash<String,String>
Map of filters to apply (searchKey, topic, usecase, industry, language).
-
#id ⇒ String
The ID of the WhatsApp Business Account to list library templates for.
-
#max_results ⇒ Integer
The maximum number of results to return per page (1-100).
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#filters ⇒ Hash<String,String>
Map of filters to apply (searchKey, topic, usecase, industry, language).
863 864 865 866 867 868 869 870 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 863 class ListWhatsAppTemplateLibraryInput < Struct.new( :next_token, :max_results, :id, :filters) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the WhatsApp Business Account to list library templates for.
863 864 865 866 867 868 869 870 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 863 class ListWhatsAppTemplateLibraryInput < Struct.new( :next_token, :max_results, :id, :filters) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per page (1-100).
863 864 865 866 867 868 869 870 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 863 class ListWhatsAppTemplateLibraryInput < Struct.new( :next_token, :max_results, :id, :filters) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
863 864 865 866 867 868 869 870 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 863 class ListWhatsAppTemplateLibraryInput < Struct.new( :next_token, :max_results, :id, :filters) SENSITIVE = [] include Aws::Structure end |