class Aws::CognitoIdentityProvider::Types::ListIdentityProvidersRequest

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

data as a hash:

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

@!attribute [rw] user_pool_id

The user pool ID.
@return [String]

@!attribute [rw] max_results

The maximum number of identity providers to return.
@return [Integer]

@!attribute [rw] next_token

A pagination token.
@return [String]

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

Constants

SENSITIVE