ReplicationRun constructor
ReplicationRun({
- String? amiId,
- DateTime? completedTime,
- String? description,
- bool? encrypted,
- String? kmsKeyId,
- String? replicationRunId,
- DateTime? scheduledStartTime,
- ReplicationRunStageDetails? stageDetails,
- ReplicationRunState? state,
- String? statusMessage,
- ReplicationRunType? type,
Implementation
ReplicationRun({
this.amiId,
this.completedTime,
this.description,
this.encrypted,
this.kmsKeyId,
this.replicationRunId,
this.scheduledStartTime,
this.stageDetails,
this.state,
this.statusMessage,
this.type,
});