Class: Aws::SSO::Types::ListAccountsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSO::Types::ListAccountsResponse
- Defined in:
- gems/aws-sdk-core/lib/aws-sdk-sso/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_list ⇒ Array<Types::AccountInfo>
A paginated response with the list of account information and the next token if more results are available.
-
#next_token ⇒ String
The page token client that is used to retrieve the list of accounts.
Instance Attribute Details
#account_list ⇒ Array<Types::AccountInfo>
A paginated response with the list of account information and the next token if more results are available.
211 212 213 214 215 216 |
# File 'gems/aws-sdk-core/lib/aws-sdk-sso/types.rb', line 211 class ListAccountsResponse < Struct.new( :next_token, :account_list) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The page token client that is used to retrieve the list of accounts.
211 212 213 214 215 216 |
# File 'gems/aws-sdk-core/lib/aws-sdk-sso/types.rb', line 211 class ListAccountsResponse < Struct.new( :next_token, :account_list) SENSITIVE = [] include Aws::Structure end |