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

ListIAMPolicyAssignmentsRequest

import type { ListIAMPolicyAssignmentsRequest } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface ListIAMPolicyAssignmentsRequest {
AssignmentStatus?: AssignmentStatus | null;
AwsAccountId: string;
MaxResults?: number | null;
Namespace: string;
NextToken?: string | null;
}

§Properties

§
AssignmentStatus?: AssignmentStatus | null
[src]

The status of the assignments.

§
AwsAccountId: string
[src]

The ID of the Amazon Web Services account that contains these IAM policy assignments.

§
MaxResults?: number | null
[src]

The maximum number of results to be returned per request.

§
Namespace: string
[src]

The namespace for the assignments.

§
NextToken?: string | null
[src]

The token for the next set of results, or null if there are no more results.