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

SpaceDetails

import type { SpaceDetails } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

The space's details.

interface SpaceDetails {
CreationTime?: Date | number | null;
DomainId?: string | null;
LastModifiedTime?: Date | number | null;
SpaceName?: string | null;
Status?: SpaceStatus | null;
}

§Properties

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

The creation time.

§
DomainId?: string | null
[src]

The ID of the associated Domain.

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

The last modified time.

§
SpaceName?: string | null
[src]

The name of the space.

§
Status?: SpaceStatus | null
[src]

The status.