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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-core/lib/aws-sdk-sso/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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:



183
184
185
186
187
188
# File 'gems/aws-sdk-core/lib/aws-sdk-sso/types.rb', line 183

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

#next_tokenString

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

Returns:

  • (String)


183
184
185
186
187
188
# File 'gems/aws-sdk-core/lib/aws-sdk-sso/types.rb', line 183

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