UpdateClusterConfigurationResponse constructor

UpdateClusterConfigurationResponse({
  1. String? clusterArn,
  2. String? clusterOperationArn,
})

Implementation

UpdateClusterConfigurationResponse({
  this.clusterArn,
  this.clusterOperationArn,
});