Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListUserProfilesRequest

import type { ListUserProfilesRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListUserProfilesRequest {
DomainIdEquals?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
SortBy?: UserProfileSortKey | null;
SortOrder?: SortOrder | null;
UserProfileNameContains?: string | null;
}

§Properties

§
DomainIdEquals?: string | null
[src]

A parameter by which to filter the results.

§
MaxResults?: number | null
[src]

Returns a list up to a specified limit.

§
NextToken?: string | null
[src]

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

§
SortBy?: UserProfileSortKey | null
[src]

The parameter by which to sort the results. The default is CreationTime.

§
SortOrder?: SortOrder | null
[src]

The sort order for the results. The default is Ascending.

§
UserProfileNameContains?: string | null
[src]

A parameter by which to filter the results.