CreateClusterResponse constructor
CreateClusterResponse({
- String? clusterArn,
- String? clusterName,
- ClusterState? state,
Implementation
CreateClusterResponse({
this.clusterArn,
this.clusterName,
this.state,
});