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

Class: Aws::SSM::Types::MaintenanceWindowExecutionTaskIdentity

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

Overview

Information about a task execution performed as part of a maintenance window execution.

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The time the task execution finished.

Returns:

  • (Time)

    The time the task execution finished.

#start_timeTime

The time the task execution started.

Returns:

  • (Time)

    The time the task execution started.

#statusString

The status of the task execution.

Possible values:

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

Returns:

  • (String)

    The status of the task execution.

#status_detailsString

The details explaining the status of the task execution. Only available for certain status values.

Returns:

  • (String)

    The details explaining the status of the task execution.

#task_arnString

The ARN of the task that ran.

Returns:

  • (String)

    The ARN of the task that ran.

#task_execution_idString

The ID of the specific task execution in the maintenance window execution.

Returns:

  • (String)

    The ID of the specific task execution in the maintenance window execution.

#task_typeString

The type of task that ran.

Possible values:

  • RUN_COMMAND
  • AUTOMATION
  • STEP_FUNCTIONS
  • LAMBDA

Returns:

  • (String)

    The type of task that ran.

#window_execution_idString

The ID of the maintenance window execution that ran the task.

Returns:

  • (String)

    The ID of the maintenance window execution that ran the task.