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;
}