You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::GetMaintenanceWindowExecutionResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The time the maintenance window finished running.

Returns:

  • (Time)

    The time the maintenance window finished running.

#start_timeTime

The time the maintenance window started running.

Returns:

  • (Time)

    The time the maintenance window started running.

#statusString

The status of the maintenance window execution.

Possible values:

  • PENDING
  • IN_PROGRESS
  • SUCCESS
  • FAILED
  • TIMED_OUT
  • CANCELLING
  • CANCELLED
  • SKIPPED_OVERLAPPING

Returns:

  • (String)

    The status of the maintenance window execution.

#status_detailsString

The details explaining the Status. Only available for certain status values.

Returns:

  • (String)

    The details explaining the Status.

#task_idsArray<String>

The ID of the task executions from the maintenance window execution.

Returns:

  • (Array<String>)

    The ID of the task executions from the maintenance window execution.

#window_execution_idString

The ID of the maintenance window execution.

Returns:

  • (String)

    The ID of the maintenance window execution.