ClusterSummary constructor

ClusterSummary({
  1. String? clusterArn,
  2. String? id,
  3. String? name,
  4. int? normalizedInstanceHours,
  5. String? outpostArn,
  6. ClusterStatus? status,
})

Implementation

ClusterSummary({
  this.clusterArn,
  this.id,
  this.name,
  this.normalizedInstanceHours,
  this.outpostArn,
  this.status,
});