Class: Aws::SocialMessaging::Types::ListLinkedWhatsAppBusinessAccountsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::ListLinkedWhatsAppBusinessAccountsInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The next token for pagination.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return.
440 441 442 443 444 445 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 440 class ListLinkedWhatsAppBusinessAccountsInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next token for pagination.
440 441 442 443 444 445 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 440 class ListLinkedWhatsAppBusinessAccountsInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |