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

Class: Aws::SSM::Types::MaintenanceWindowExecution

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

Overview

Describes the information about an execution of a maintenance window.

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The time the execution finished.

Returns:

  • (Time)

    The time the execution finished.

#start_timeTime

The time the execution started.

Returns:

  • (Time)

    The time the execution started.

#statusString

The status of the execution.

Possible values:

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

Returns:

  • (String)

    The status of the execution.

#status_detailsString

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

Returns:

  • (String)

    The details explaining the Status.

#window_execution_idString

The ID of the maintenance window execution.

Returns:

  • (String)

    The ID of the maintenance window execution.

#window_idString

The ID of the maintenance window.

Returns:

  • (String)

    The ID of the maintenance window.