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

CreateDashboardResponse

import type { CreateDashboardResponse } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface CreateDashboardResponse {
Arn?: string | null;
CreationStatus?: ResourceStatus | null;
DashboardId?: string | null;
RequestId?: string | null;
Status?: number | null;
VersionArn?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the dashboard.

§
CreationStatus?: ResourceStatus | null
[src]

The status of the dashboard creation request.

§
DashboardId?: string | null
[src]

The ID for the dashboard.

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
Status?: number | null
[src]

The HTTP status of the request.

§
VersionArn?: string | null
[src]

The ARN of the dashboard, including the version number of the first version that is created.