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

Class: Aws::SSM::Types::MaintenanceWindowExecutionTaskInvocationIdentity

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

Overview

Describes the information about a task invocation for a particular target as part of a task execution performed as part of a maintenance window execution.

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The time the invocation finished.

Returns:

  • (Time)

    The time the invocation finished.

#execution_idString

The ID of the action performed in the service that actually handled the task invocation. If the task type is RUN_COMMAND, this value is the command ID.

Returns:

  • (String)

    The ID of the action performed in the service that actually handled the task invocation.

#invocation_idString

The ID of the task invocation.

Returns:

  • (String)

    The ID of the task invocation.

#owner_informationString

User-provided value that was specified when the target was registered with the maintenance window. This was also included in any CloudWatch events raised during the task invocation.

Returns:

  • (String)

    User-provided value that was specified when the target was registered with the maintenance window.

#parametersString

The parameters that were provided for the invocation when it was run.

Returns:

  • (String)

    The parameters that were provided for the invocation when it was run.

#start_timeTime

The time the invocation started.

Returns:

  • (Time)

    The time the invocation started.

#statusString

The status of the task invocation.

Possible values:

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

Returns:

  • (String)

    The status of the task invocation.

#status_detailsString

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

Returns:

  • (String)

    The details explaining the status of the task invocation.

#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 task type.

Possible values:

  • RUN_COMMAND
  • AUTOMATION
  • STEP_FUNCTIONS
  • LAMBDA

Returns:

  • (String)

    The task type.

#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.

#window_target_idString

The ID of the target definition in this maintenance window the invocation was performed for.

Returns:

  • (String)

    The ID of the target definition in this maintenance window the invocation was performed for.