GetMaintenanceWindowExecutionTaskInvocationResult constructor
GetMaintenanceWindowExecutionTaskInvocationResult({
- DateTime? endTime,
- String? executionId,
- String? invocationId,
- String? ownerInformation,
- String? parameters,
- DateTime? startTime,
- MaintenanceWindowExecutionStatus? status,
- String? statusDetails,
- String? taskExecutionId,
- MaintenanceWindowTaskType? taskType,
- String? windowExecutionId,
- String? windowTargetId,
Implementation
GetMaintenanceWindowExecutionTaskInvocationResult({
this.endTime,
this.executionId,
this.invocationId,
this.ownerInformation,
this.parameters,
this.startTime,
this.status,
this.statusDetails,
this.taskExecutionId,
this.taskType,
this.windowExecutionId,
this.windowTargetId,
});