DescribeClusterOutput constructor

DescribeClusterOutput({
  1. Cluster? cluster,
})

Implementation

DescribeClusterOutput({
  this.cluster,
});