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