MaintenanceWindowExecutionTaskIdentity class
Information about a task execution performed as part of a maintenance window execution.
Constructors
- MaintenanceWindowExecutionTaskIdentity({DateTime? endTime, DateTime? startTime, MaintenanceWindowExecutionStatus? status, String? statusDetails, String? taskArn, String? taskExecutionId, MaintenanceWindowTaskType? taskType, String? windowExecutionId})
-
MaintenanceWindowExecutionTaskIdentity.fromJson(Map<
String, dynamic> json) -
factory
Properties
- endTime → DateTime?
-
The time the task execution finished.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime → DateTime?
-
The time the task execution started.
final
- status → MaintenanceWindowExecutionStatus?
-
The status of the task execution.
final
- statusDetails → String?
-
The details explaining the status of the task execution. Only available for
certain status values.
final
- taskArn → String?
-
The ARN of the task that ran.
final
- taskExecutionId → String?
-
The ID of the specific task execution in the maintenance window execution.
final
- taskType → MaintenanceWindowTaskType?
-
The type of task that ran.
final
- windowExecutionId → String?
-
The ID of the maintenance window execution that ran the task.
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