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

ListUserProfilesResponse

import type { ListUserProfilesResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListUserProfilesResponse {
NextToken?: string | null;
UserProfiles?: UserProfileDetails[] | null;
}

§Properties

§
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.

§
UserProfiles?: UserProfileDetails[] | null
[src]

The list of user profiles.