DescribeFleetAttributesOutput constructor
DescribeFleetAttributesOutput({
- List<
FleetAttributes> ? fleetAttributes, - String? nextToken,
Implementation
DescribeFleetAttributesOutput({
this.fleetAttributes,
this.nextToken,
});