- Navigation Guide
@aws-sdk/client-ec2
AssociateNatGatewayAddressCommandOutput Interface
The output of AssociateNatGatewayAddressCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | 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