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

DescribeUserProfileResponse

import type { DescribeUserProfileResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface DescribeUserProfileResponse {
CreationTime?: Date | number | null;
DomainId?: string | null;
FailureReason?: string | null;
HomeEfsFileSystemUid?: string | null;
LastModifiedTime?: Date | number | null;
SingleSignOnUserIdentifier?: string | null;
SingleSignOnUserValue?: string | null;
Status?: UserProfileStatus | null;
UserProfileArn?: string | null;
UserProfileName?: string | null;
UserSettings?: UserSettings | null;
}

§Properties

§
CreationTime?: Date | number | null
[src]
§
DomainId?: string | null
[src]
§
FailureReason?: string | null
[src]
§
HomeEfsFileSystemUid?: string | null
[src]
§
LastModifiedTime?: Date | number | null
[src]
§
SingleSignOnUserIdentifier?: string | null
[src]
§
SingleSignOnUserValue?: string | null
[src]
§
Status?: UserProfileStatus | null
[src]
§
UserProfileArn?: string | null
[src]
§
UserProfileName?: string | null
[src]
§
UserSettings?: UserSettings | null
[src]