MaintenanceWindowExecutionTaskInvocationIdentity constructor

MaintenanceWindowExecutionTaskInvocationIdentity({
  1. DateTime? endTime,
  2. String? executionId,
  3. String? invocationId,
  4. String? ownerInformation,
  5. String? parameters,
  6. DateTime? startTime,
  7. MaintenanceWindowExecutionStatus? status,
  8. String? statusDetails,
  9. String? taskExecutionId,
  10. MaintenanceWindowTaskType? taskType,
  11. String? windowExecutionId,
  12. String? windowTargetId,
})

Implementation

MaintenanceWindowExecutionTaskInvocationIdentity({
  this.endTime,
  this.executionId,
  this.invocationId,
  this.ownerInformation,
  this.parameters,
  this.startTime,
  this.status,
  this.statusDetails,
  this.taskExecutionId,
  this.taskType,
  this.windowExecutionId,
  this.windowTargetId,
});