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

DescribeTransitGatewayPolicyTablesResult

import type { DescribeTransitGatewayPolicyTablesResult } from "https://aws-api.deno.dev/v0.4/services/ec2.ts?docs=full";
interface DescribeTransitGatewayPolicyTablesResult {
NextToken?: string | null;
TransitGatewayPolicyTables: TransitGatewayPolicyTable[];
}

§Properties

§
NextToken?: string | null
[src]

The token for the next page of results.

§
TransitGatewayPolicyTables: TransitGatewayPolicyTable[]
[src]

Describes the transit gateway policy tables.