UpdateMonitoringResponse constructor

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

Implementation

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