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

UpdateDashboardPermissionsResponse

import type { UpdateDashboardPermissionsResponse } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface UpdateDashboardPermissionsResponse {
DashboardArn?: string | null;
DashboardId?: string | null;
LinkSharingConfiguration?: LinkSharingConfiguration | null;
Permissions?: ResourcePermission[] | null;
RequestId?: string | null;
Status?: number | null;
}

§Properties

§
DashboardArn?: string | null
[src]

The Amazon Resource Name (ARN) of the dashboard.

§
DashboardId?: string | null
[src]

The ID for the dashboard.

§
LinkSharingConfiguration?: LinkSharingConfiguration | null
[src]

Updates the permissions of a shared link to an Amazon QuickSight dashboard.

§
Permissions?: ResourcePermission[] | null
[src]

Information about the permissions on 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.