DescribeFleetAttributesOutput constructor

DescribeFleetAttributesOutput({
  1. List<FleetAttributes>? fleetAttributes,
  2. String? nextToken,
})

Implementation

DescribeFleetAttributesOutput({
  this.fleetAttributes,
  this.nextToken,
});