@aws-sdk/client-ec2

DescribeMovingAddressesCommandOutput Interface

Members

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

The status for each Elastic IP address.

NextToken string | undefined

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

Full Signature

export interface DescribeMovingAddressesCommandOutput extends DescribeMovingAddressesResult, MetadataBearer