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

DescribeDashboardPermissionsResponse

import type { DescribeDashboardPermissionsResponse } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface DescribeDashboardPermissionsResponse {
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]

A structure that contains the configuration of a shareable link that grants access to the dashboard. Your users can use the link to view and interact with the dashboard, if the dashboard has been shared with them. For more information about sharing dashboards, see Sharing Dashboards.

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

A structure that contains the permissions 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.