CreateClusterResponse constructor

CreateClusterResponse({
  1. String? clusterArn,
  2. String? clusterName,
  3. ClusterState? state,
})

Implementation

CreateClusterResponse({
  this.clusterArn,
  this.clusterName,
  this.state,
});