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