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

DescribeNetworkInterfacePermissionsResult

import type { DescribeNetworkInterfacePermissionsResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Contains the output for DescribeNetworkInterfacePermissions.

interface DescribeNetworkInterfacePermissionsResult {
NetworkInterfacePermissions: NetworkInterfacePermission[];
NextToken?: string | null;
}

§Properties

§
NetworkInterfacePermissions: NetworkInterfacePermission[]
[src]

The network interface permissions.

§
NextToken?: string | null
[src]

The token to use to retrieve the next page of results.