Class: Aws::SocialMessaging::Types::ListLinkedWhatsAppBusinessAccountsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::ListLinkedWhatsAppBusinessAccountsOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#linked_accounts ⇒ Array<Types::LinkedWhatsAppBusinessAccountSummary>
A list of WhatsApp Business Accounts linked to your Amazon Web Services account.
-
#next_token ⇒ String
The next token for pagination.
Instance Attribute Details
#linked_accounts ⇒ Array<Types::LinkedWhatsAppBusinessAccountSummary>
A list of WhatsApp Business Accounts linked to your Amazon Web Services account.
458 459 460 461 462 463 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 458 class ListLinkedWhatsAppBusinessAccountsOutput < Struct.new( :linked_accounts, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next token for pagination.
458 459 460 461 462 463 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 458 class ListLinkedWhatsAppBusinessAccountsOutput < Struct.new( :linked_accounts, :next_token) SENSITIVE = [] include Aws::Structure end |