CreateFleetResponse constructor

CreateFleetResponse({
  1. String? fleetArn,
})

Implementation

CreateFleetResponse({
  this.fleetArn,
});