class Aws::SSO::Types::ListAccountRolesRequest

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

data as a hash:

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

@!attribute [rw] next_token

The page token from the previous response output when you request
subsequent pages.
@return [String]

@!attribute [rw] max_results

The number of items that 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]

@!attribute [rw] account_id

The identifier for the AWS account that is assigned to the user.
@return [String]

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

Constants

SENSITIVE