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

HubContentInfo

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

Information about hub content.

interface HubContentInfo {
CreationTime: Date | number;
DocumentSchemaVersion: string;
HubContentArn: string;
HubContentDescription?: string | null;
HubContentDisplayName?: string | null;
HubContentName: string;
HubContentSearchKeywords?: string[] | null;
HubContentStatus: HubContentStatus;
HubContentType: HubContentType;
HubContentVersion: string;
}

§Properties

§
CreationTime: Date | number
[src]

The date and time that the hub content was created.

§
DocumentSchemaVersion: string
[src]

The version of the hub content document schema.

§
HubContentArn: string
[src]

The Amazon Resource Name (ARN) of the hub content.

§
HubContentDescription?: string | null
[src]

A description of the hub content.

§
HubContentDisplayName?: string | null
[src]

The display name of the hub content.

§
HubContentName: string
[src]

The name of the hub content.

§
HubContentSearchKeywords?: string[] | null
[src]

The searchable keywords for the hub content.

§
HubContentStatus: HubContentStatus
[src]

The status of the hub content.

§
HubContentType: HubContentType
[src]

The type of hub content.

§
HubContentVersion: string
[src]

The version of the hub content.