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

GetSubnetCidrReservationsResult

import type { GetSubnetCidrReservationsResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface GetSubnetCidrReservationsResult {
NextToken?: string | null;
SubnetIpv4CidrReservations: SubnetCidrReservation[];
SubnetIpv6CidrReservations: SubnetCidrReservation[];
}

§Properties

§
NextToken?: string | null
[src]

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

§
SubnetIpv4CidrReservations: SubnetCidrReservation[]
[src]

Information about the IPv4 subnet CIDR reservations.

§
SubnetIpv6CidrReservations: SubnetCidrReservation[]
[src]

Information about the IPv6 subnet CIDR reservations.