MaintenanceWindowExecutionTaskInvocationIdentity class
Describes the information about a task invocation for a particular target as part of a task execution performed as part of a maintenance window execution.
Constructors
- MaintenanceWindowExecutionTaskInvocationIdentity({DateTime? endTime, String? executionId, String? invocationId, String? ownerInformation, String? parameters, DateTime? startTime, MaintenanceWindowExecutionStatus? status, String? statusDetails, String? taskExecutionId, MaintenanceWindowTaskType? taskType, String? windowExecutionId, String? windowTargetId})
-
MaintenanceWindowExecutionTaskInvocationIdentity.fromJson(Map<
String, dynamic> json) -
factory
Properties
- endTime → DateTime?
-
The time the invocation finished.
final
- executionId → String?
-
The ID of the action performed in the service that actually handled the task
invocation. If the task type is RUN_COMMAND, this value is the command ID.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- invocationId → String?
-
The ID of the task invocation.
final
- ownerInformation → String?
-
User-provided value that was specified when the target was registered with
the maintenance window. This was also included in any CloudWatch events
raised during the task invocation.
final
- parameters → String?
-
The parameters that were provided for the invocation when it was run.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime → DateTime?
-
The time the invocation started.
final
- status → MaintenanceWindowExecutionStatus?
-
The status of the task invocation.
final
- statusDetails → String?
-
The details explaining the status of the task invocation. Only available for
certain Status values.
final
- taskExecutionId → String?
-
The ID of the specific task execution in the maintenance window execution.
final
- taskType → MaintenanceWindowTaskType?
-
The task type.
final
- windowExecutionId → String?
-
The ID of the maintenance window execution that ran the task.
final
- windowTargetId → String?
-
The ID of the target definition in this maintenance window the invocation
was performed for.
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