- Navigation Guide
@aws-sdk/client-ec2
CreateFleetCommandOutput Interface
The output of CreateFleetCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
Errors | CreateFleetError[] | undefined | Information about the instances that could not be launched by the fleet. Supported only for fleets of type |
FleetId | string | undefined | The ID of the EC2 Fleet. |
Instances | CreateFleetInstance[] | undefined | Information about the instances that were launched by the fleet. Supported only for fleets of type |
Full Signature
export interface CreateFleetCommandOutput extends CreateFleetResult, MetadataBearer