GetMaintenanceWindowExecutionTaskInvocationResult class

Constructors

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})
GetMaintenanceWindowExecutionTaskInvocationResult.fromJson(Map<String, dynamic> json)
factory

Properties

endTime DateTime?
The time that the task finished running on the target.
final
executionId String?
The execution ID.
final
hashCode int
The hash code for this object.
no setterinherited
invocationId String?
The invocation ID.
final
ownerInformation String?
User-provided value to be included in any CloudWatch events raised while running tasks for these targets in this maintenance window.
final
parameters String?
The parameters used at the time that the task ran.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime?
The time that the task started running on the target.
final
status MaintenanceWindowExecutionStatus?
The task status for an invocation.
final
statusDetails String?
The details explaining the status. Details are only available for certain status values.
final
taskExecutionId String?
The task execution ID.
final
taskType MaintenanceWindowTaskType?
Retrieves the task type for a maintenance window. Task types include the following: LAMBDA, STEP_FUNCTIONS, AUTOMATION, RUN_COMMAND.
final
windowExecutionId String?
The maintenance window execution ID.
final
windowTargetId String?
The maintenance window target ID.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited