@aws-sdk/client-ec2

AssociateNatGatewayAddressCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
NatGatewayAddresses NatGatewayAddress[] | undefined

The IP addresses.

NatGatewayId string | undefined

The ID of the NAT gateway.

Full Signature

export interface AssociateNatGatewayAddressCommandOutput extends AssociateNatGatewayAddressResult, MetadataBearer