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

Class: Aws::SSM::Types::GetMaintenanceWindowExecutionTaskInvocationResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The time that the task finished running on the target.

Returns:

  • (Time)

    The time that the task finished running on the target.

#execution_idString

The execution ID.

Returns:

  • (String)

    The execution ID.

#invocation_idString

The invocation ID.

Returns:

  • (String)

    The invocation ID.

#owner_informationString

User-provided value to be included in any CloudWatch events raised while running tasks for these targets in this maintenance window.

Returns:

  • (String)

    User-provided value to be included in any CloudWatch events raised while running tasks for these targets in this maintenance window.

#parametersString

The parameters used at the time that the task ran.

Returns:

  • (String)

    The parameters used at the time that the task ran.

#start_timeTime

The time that the task started running on the target.

Returns:

  • (Time)

    The time that the task started running on the target.

#statusString

The task status for an invocation.

Possible values:

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

Returns:

  • (String)

    The task status for an invocation.

#status_detailsString

The details explaining the status. Details are only available for certain status values.

Returns:

  • (String)

    The details explaining the status.

#task_execution_idString

The task execution ID.

Returns:

  • (String)

    The task execution ID.

#task_typeString

Retrieves the task type for a maintenance window. Task types include the following: LAMBDA, STEP_FUNCTIONS, AUTOMATION, RUN_COMMAND.

Possible values:

  • RUN_COMMAND
  • AUTOMATION
  • STEP_FUNCTIONS
  • LAMBDA

Returns:

  • (String)

    Retrieves the task type for a maintenance window.

#window_execution_idString

The maintenance window execution ID.

Returns:

  • (String)

    The maintenance window execution ID.

#window_target_idString

The maintenance window target ID.

Returns:

  • (String)

    The maintenance window target ID.