Class: Aws::Chime::Types::ListAccountsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accountsArray<Types::Account>

List of Amazon Chime accounts and account details.

Returns:



4780
4781
4782
4783
4784
4785
# File 'lib/aws-sdk-chime/types.rb', line 4780

class ListAccountsResponse < Struct.new(
  :accounts,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results.

Returns:

  • (String)


4780
4781
4782
4783
4784
4785
# File 'lib/aws-sdk-chime/types.rb', line 4780

class ListAccountsResponse < Struct.new(
  :accounts,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end