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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

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)


10680
10681
10682
10683
10684
10685
10686
10687
10688
10689
10690
# File 'lib/aws-sdk-ssm/types.rb', line 10680

class MaintenanceWindowExecutionTaskIdentity < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :task_arn,
  :task_type)
  include Aws::Structure
end

#start_timeTime

The time the task execution started.

Returns:

  • (Time)


10680
10681
10682
10683
10684
10685
10686
10687
10688
10689
10690
# File 'lib/aws-sdk-ssm/types.rb', line 10680

class MaintenanceWindowExecutionTaskIdentity < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :task_arn,
  :task_type)
  include Aws::Structure
end

#statusString

The status of the task execution.

Returns:

  • (String)


10680
10681
10682
10683
10684
10685
10686
10687
10688
10689
10690
# File 'lib/aws-sdk-ssm/types.rb', line 10680

class MaintenanceWindowExecutionTaskIdentity < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :task_arn,
  :task_type)
  include Aws::Structure
end

#status_detailsString

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

Returns:

  • (String)


10680
10681
10682
10683
10684
10685
10686
10687
10688
10689
10690
# File 'lib/aws-sdk-ssm/types.rb', line 10680

class MaintenanceWindowExecutionTaskIdentity < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :task_arn,
  :task_type)
  include Aws::Structure
end

#task_arnString

The ARN of the task that ran.

Returns:

  • (String)


10680
10681
10682
10683
10684
10685
10686
10687
10688
10689
10690
# File 'lib/aws-sdk-ssm/types.rb', line 10680

class MaintenanceWindowExecutionTaskIdentity < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :task_arn,
  :task_type)
  include Aws::Structure
end

#task_execution_idString

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

Returns:

  • (String)


10680
10681
10682
10683
10684
10685
10686
10687
10688
10689
10690
# File 'lib/aws-sdk-ssm/types.rb', line 10680

class MaintenanceWindowExecutionTaskIdentity < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :task_arn,
  :task_type)
  include Aws::Structure
end

#task_typeString

The type of task that ran.

Returns:

  • (String)


10680
10681
10682
10683
10684
10685
10686
10687
10688
10689
10690
# File 'lib/aws-sdk-ssm/types.rb', line 10680

class MaintenanceWindowExecutionTaskIdentity < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :task_arn,
  :task_type)
  include Aws::Structure
end

#window_execution_idString

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

Returns:

  • (String)


10680
10681
10682
10683
10684
10685
10686
10687
10688
10689
10690
# File 'lib/aws-sdk-ssm/types.rb', line 10680

class MaintenanceWindowExecutionTaskIdentity < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :task_arn,
  :task_type)
  include Aws::Structure
end