ClusterOperationInfo constructor
ClusterOperationInfo({
- String? clientRequestId,
- String? clusterArn,
- DateTime? creationTime,
- DateTime? endTime,
- ErrorInfo? errorInfo,
- String? operationArn,
- String? operationState,
- List<
ClusterOperationStep> ? operationSteps, - String? operationType,
- MutableClusterInfo? sourceClusterInfo,
- 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,
});