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

Class: Aws::SSM::Types::GetMaintenanceWindowExecutionTaskResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The time the task execution completed.

Returns:

  • (Time)

    The time the task execution completed.

#max_concurrencyString

The defined maximum number of task executions that could be run in parallel.

Returns:

  • (String)

    The defined maximum number of task executions that could be run in parallel.

#max_errorsString

The defined maximum number of task execution errors allowed before scheduling of the task execution would have been stopped.

Returns:

  • (String)

    The defined maximum number of task execution errors allowed before scheduling of the task execution would have been stopped.

#priorityInteger

The priority of the task.

Returns:

  • (Integer)

    The priority of the task.

#service_roleString

The role that was assumed when running the task.

Returns:

  • (String)

    The role that was assumed when running the task.

#start_timeTime

The time the task execution started.

Returns:

  • (Time)

    The time the task execution started.

#statusString

The status of the task.

Possible values:

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

Returns:

  • (String)

    The status of the task.

#status_detailsString

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

Returns:

  • (String)

    The details explaining the Status.

#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 task that was retrieved.

Returns:

  • (String)

    The ID of the specific task execution in the maintenance window task that was retrieved.

#task_parametersArray<Hash<String,Types::MaintenanceWindowTaskParameterValueExpression>>

The parameters passed to the task when it was run.

TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

The map has the following format:

Key: string, between 1 and 255 characters

Value: an array of strings, each string is between 1 and 255 characters

Returns:

#typeString

The type of task that was run.

Possible values:

  • RUN_COMMAND
  • AUTOMATION
  • STEP_FUNCTIONS
  • LAMBDA

Returns:

  • (String)

    The type of task that was run.

#window_execution_idString

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

Returns:

  • (String)

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