NAME
Paws::SSM::GetMaintenanceWindowExecutionResult
ATTRIBUTES
EndTime => Str
The time the maintenance window finished running.
StartTime => Str
The time the maintenance window started running.
Status => Str
The status of the maintenance window execution.
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.
TaskIds => ArrayRef[Str|Undef]
The ID of the task executions from the maintenance window execution.
WindowExecutionId => Str
The ID of the maintenance window execution.