Class: Aws::SSO::Types::ListAccountsResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#account_listArray<Types::AccountInfo>

A paginated response with the list of account information and the next token if more results are available.

Returns:



202
203
204
205
206
# File 'lib/aws-sdk-sso/types.rb', line 202

class ListAccountsResponse < Struct.new(
  :next_token,
  :account_list)
  include Aws::Structure
end

#next_tokenString

The page token client that is used to retrieve the list of accounts.

Returns:

  • (String)


202
203
204
205
206
# File 'lib/aws-sdk-sso/types.rb', line 202

class ListAccountsResponse < Struct.new(
  :next_token,
  :account_list)
  include Aws::Structure
end