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

DescribeIpRestrictionResponse

import type { DescribeIpRestrictionResponse } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface DescribeIpRestrictionResponse {
AwsAccountId?: string | null;
Enabled?: boolean | null;
IpRestrictionRuleMap?: {
[key: string]: string | null | undefined;
}
| null;
RequestId?: string | null;
Status?: number | null;
}

§Properties

§
AwsAccountId?: string | null
[src]

The ID of the Amazon Web Services account that contains the IP rules.

§
Enabled?: boolean | null
[src]

A value that specifies whether IP rules are turned on.

§
IpRestrictionRuleMap?: {
[key: string]: string | null | undefined;
}
| null
[src]

A map that describes the IP rules with CIDR range and description.

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
Status?: number | null
[src]

The HTTP status of the request.