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

DescribeSpaceResponse

import type { DescribeSpaceResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeSpaceResponse {
CreationTime?: Date | number | null;
DomainId?: string | null;
FailureReason?: string | null;
HomeEfsFileSystemUid?: string | null;
LastModifiedTime?: Date | number | null;
SpaceArn?: string | null;
SpaceName?: string | null;
SpaceSettings?: SpaceSettings | null;
Status?: SpaceStatus | null;
}

§Properties

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

The creation time.

§
DomainId?: string | null
[src]

The ID of the associated Domain.

§
FailureReason?: string | null
[src]

The failure reason.

§
HomeEfsFileSystemUid?: string | null
[src]

The ID of the space's profile in the Amazon Elastic File System volume.

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

The last modified time.

§
SpaceArn?: string | null
[src]

The space's Amazon Resource Name (ARN).

§
SpaceName?: string | null
[src]

The name of the space.

§
SpaceSettings?: SpaceSettings | null
[src]

A collection of space settings.

§
Status?: SpaceStatus | null
[src]

The status.