- Navigation Guide
@aws-sdk/client-ec2
DescribeMovingAddressesCommandOutput Interface
The output of DescribeMovingAddressesCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | 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 |
Full Signature
export interface DescribeMovingAddressesCommandOutput extends DescribeMovingAddressesResult, MetadataBearer