GetMaintenanceWindowExecutionTaskResult class

Constructors

GetMaintenanceWindowExecutionTaskResult({DateTime? endTime, String? maxConcurrency, String? maxErrors, int? priority, String? serviceRole, DateTime? startTime, MaintenanceWindowExecutionStatus? status, String? statusDetails, String? taskArn, String? taskExecutionId, List<Map<String, MaintenanceWindowTaskParameterValueExpression>>? taskParameters, MaintenanceWindowTaskType? type, String? windowExecutionId})
GetMaintenanceWindowExecutionTaskResult.fromJson(Map<String, dynamic> json)
factory

Properties

endTime DateTime?
The time the task execution completed.
final
hashCode int
The hash code for this object.
no setterinherited
maxConcurrency String?
The defined maximum number of task executions that could be run in parallel.
final
maxErrors String?
The defined maximum number of task execution errors allowed before scheduling of the task execution would have been stopped.
final
priority int?
The priority of the task.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceRole String?
The role that was assumed when running the task.
final
startTime DateTime?
The time the task execution started.
final
status MaintenanceWindowExecutionStatus?
The status of the task.
final
statusDetails String?
The details explaining the Status. 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 task that was retrieved.
final
taskParameters List<Map<String, MaintenanceWindowTaskParameterValueExpression>>?
The parameters passed to the task when it was run. The map has the following format:
final
type MaintenanceWindowTaskType?
The type of task that was run.
final
windowExecutionId String?
The ID of the maintenance window execution that includes 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