ClusterOperationInfo constructor

ClusterOperationInfo({
  1. String? clientRequestId,
  2. String? clusterArn,
  3. DateTime? creationTime,
  4. DateTime? endTime,
  5. ErrorInfo? errorInfo,
  6. String? operationArn,
  7. String? operationState,
  8. List<ClusterOperationStep>? operationSteps,
  9. String? operationType,
  10. MutableClusterInfo? sourceClusterInfo,
  11. MutableClusterInfo? targetClusterInfo,
})

Implementation

ClusterOperationInfo({
  this.clientRequestId,
  this.clusterArn,
  this.creationTime,
  this.endTime,
  this.errorInfo,
  this.operationArn,
  this.operationState,
  this.operationSteps,
  this.operationType,
  this.sourceClusterInfo,
  this.targetClusterInfo,
});