DescribeFleetCapacityOutput constructor
DescribeFleetCapacityOutput({
- List<
FleetCapacity> ? fleetCapacity, - String? nextToken,
Implementation
DescribeFleetCapacityOutput({
this.fleetCapacity,
this.nextToken,
});