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

DescribeAnalysisPermissionsResponse

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

§Properties

§
AnalysisArn?: string | null
[src]

The Amazon Resource Name (ARN) of the analysis whose permissions you're describing.

§
AnalysisId?: string | null
[src]

The ID of the analysis whose permissions you're describing.

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

A structure that describes the principals and the resource-level permissions on an analysis.

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
Status?: number | null
[src]

The HTTP status of the request.