NAME
Paws::SSM::GetMaintenanceWindowExecutionTaskResult
ATTRIBUTES
EndTime => Str
The time the task execution completed.
MaxConcurrency => Str
The defined maximum number of task executions that could be run in parallel.
MaxErrors => Str
The defined maximum number of task execution errors allowed before scheduling of the task execution would have been stopped.
Priority => Int
The priority of the task.
ServiceRole => Str
The role that was assumed when executing the task.
StartTime => Str
The time the task execution started.
Status => Str
The status of the task.
Valid values are: "PENDING", "IN_PROGRESS", "SUCCESS", "FAILED", "TIMED_OUT", "CANCELLING", "CANCELLED", "SKIPPED_OVERLAPPING" =head2 StatusDetails => Str
The details explaining the Status. Only available for certain status values.
TaskArn => Str
The ARN of the executed task.
TaskExecutionId => Str
The ID of the specific task execution in the Maintenance Window task that was retrieved.
TaskParameters => ArrayRef[Paws::SSM::MaintenanceWindowTaskParameters]
The parameters passed to the task when it was executed. The map has the following format:
Key: string, 1 ≤ length ≤ 255
Value: an array of strings where each string 1 ≤ length ≤ 255
Type => Str
The type of task executed.
Valid values are: "RUN_COMMAND" =head2 WindowExecutionId => Str
The ID of the Maintenance Window execution that includes the task.