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

DescribeElasticIpsResult

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

Contains the response to a DescribeElasticIps request.

interface DescribeElasticIpsResult {
ElasticIps?: ElasticIp[] | null;
}

§Properties

§
ElasticIps?: ElasticIp[] | null
[src]

An ElasticIps object that describes the specified Elastic IP addresses.