Class: Aws::SocialMessaging::Types::ListLinkedWhatsAppBusinessAccountsOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-socialmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#linked_accountsArray<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_tokenString

The next token for pagination.

Returns:

  • (String)


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