@aws-sdk/client-ec2

DescribeFleetInstancesCommandOutput Interface

Members

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

The running instances. This list is refreshed periodically and might be out of date.

FleetId string | undefined

The ID of the EC2 Fleet.

NextToken string | undefined

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

Full Signature

export interface DescribeFleetInstancesCommandOutput extends DescribeFleetInstancesResult, MetadataBearer