You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SSO::Types::ListAccountsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSO::Types::ListAccountsRequest
- Defined in:
- (unknown)
Overview
Note:
When passing ListAccountsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
next_token: "NextTokenType",
max_results: 1,
access_token: "AccessTokenType", # required
}
Instance Attribute Summary collapse
-
#access_token ⇒ String
The token issued by the
CreateTokenAPI call. -
#max_results ⇒ Integer
This is the number of items clients can request per page.
-
#next_token ⇒ String
(Optional) When requesting subsequent pages, this is the page token from the previous response output.
Instance Attribute Details
#access_token ⇒ String
The token issued by the CreateToken API call. For more information,
see CreateToken in the AWS SSO OIDC API Reference Guide.
#max_results ⇒ Integer
This is the number of items clients can request per page.
#next_token ⇒ String
(Optional) When requesting subsequent pages, this is the page token from the previous response output.