ReplicationRun constructor

ReplicationRun({
  1. String? amiId,
  2. DateTime? completedTime,
  3. String? description,
  4. bool? encrypted,
  5. String? kmsKeyId,
  6. String? replicationRunId,
  7. DateTime? scheduledStartTime,
  8. ReplicationRunStageDetails? stageDetails,
  9. ReplicationRunState? state,
  10. String? statusMessage,
  11. 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,
});