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

Address

import type { Address } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface Address {
AllocationId?: string | null;
AssociationId?: string | null;
CarrierIp?: string | null;
CustomerOwnedIp?: string | null;
CustomerOwnedIpv4Pool?: string | null;
Domain?: DomainType | null;
InstanceId?: string | null;
NetworkBorderGroup?: string | null;
NetworkInterfaceId?: string | null;
NetworkInterfaceOwnerId?: string | null;
PrivateIpAddress?: string | null;
PublicIp?: string | null;
PublicIpv4Pool?: string | null;
Tags: Tag[];
}

§Properties

§
AllocationId?: string | null
[src]
§
AssociationId?: string | null
[src]
§
CarrierIp?: string | null
[src]
§
CustomerOwnedIp?: string | null
[src]
§
CustomerOwnedIpv4Pool?: string | null
[src]
§
Domain?: DomainType | null
[src]
§
InstanceId?: string | null
[src]
§
NetworkBorderGroup?: string | null
[src]
§
NetworkInterfaceId?: string | null
[src]
§
NetworkInterfaceOwnerId?: string | null
[src]
§
PrivateIpAddress?: string | null
[src]
§
PublicIp?: string | null
[src]
§
PublicIpv4Pool?: string | null
[src]
§
Tags: Tag[]
[src]