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.deno.dev/v0.4/services/sagemaker.ts?docs=full";
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]

The creation time.

§
DomainId?: string | null
[src]

The ID of the domain that contains the profile.

§
FailureReason?: string | null
[src]

The failure reason.

§
HomeEfsFileSystemUid?: string | null
[src]

The ID of the user's profile in the Amazon Elastic File System (EFS) volume.

§
LastModifiedTime?: Date | number | null
[src]

The last modified time.

§
SingleSignOnUserIdentifier?: string | null
[src]

The IAM Identity Center user identifier.

§
SingleSignOnUserValue?: string | null
[src]

The IAM Identity Center user value.

§
Status?: UserProfileStatus | null
[src]

The status.

§
UserProfileArn?: string | null
[src]

The user profile Amazon Resource Name (ARN).

§
UserProfileName?: string | null
[src]

The user profile name.

§
UserSettings?: UserSettings | null
[src]

A collection of settings.