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
show all
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

Instance Attribute Details

#access_tokenString

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

Returns:

  • (String)

    The token issued by the CreateToken API call.

#max_resultsInteger

This is the number of items clients can request per page.

Returns:

  • (Integer)

    This is the number of items clients can request per page.

#next_tokenString

(Optional) When requesting subsequent pages, this is the page token from the previous response output.

Returns:

  • (String)

    (Optional) When requesting subsequent pages, this is the page token from the previous response output.