class Aws::CognitoIdentityProvider::Types::ListUserPoolClientsRequest

Represents the request to list the user pool clients.

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

data as a hash:

    {
      user_pool_id: "UserPoolIdType", # required
      max_results: 1,
      next_token: "PaginationKey",
    }

@!attribute [rw] user_pool_id

The user pool ID for the user pool where you want to list user pool
clients.
@return [String]

@!attribute [rw] max_results

The maximum number of results you want the request to return when
listing the user pool clients.
@return [Integer]

@!attribute [rw] next_token

An identifier that was returned from the previous call to this
operation, which can be used to return the next set of items in the
list.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/ListUserPoolClientsRequest AWS API Documentation

Constants

SENSITIVE