class Aws::SSO::Types::ListAccountsRequest

@note When making an API call, you may pass ListAccountsRequest

data as a hash:

    {
      next_token: "NextTokenType",
      max_results: 1,
      access_token: "AccessTokenType", # required
    }

@!attribute [rw] next_token

(Optional) When requesting subsequent pages, this is the page token
from the previous response output.
@return [String]

@!attribute [rw] max_results

This is the number of items clients can request per page.
@return [Integer]

@!attribute [rw] access_token

The token issued by the `CreateToken` API call. For more
information, see [CreateToken][1] in the *AWS SSO OIDC API Reference
Guide*.

[1]: https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sso-2019-06-10/ListAccountsRequest AWS API Documentation

Constants

SENSITIVE