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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The time that the task finished executing on the target.

Returns:

  • (Time)


6324
6325
6326
6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
# File 'lib/aws-sdk-ssm/types.rb', line 6324

class GetMaintenanceWindowExecutionTaskInvocationResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :invocation_id,
  :execution_id,
  :task_type,
  :parameters,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :owner_information,
  :window_target_id)
  include Aws::Structure
end

#execution_idString

The execution ID.

Returns:

  • (String)


6324
6325
6326
6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
# File 'lib/aws-sdk-ssm/types.rb', line 6324

class GetMaintenanceWindowExecutionTaskInvocationResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :invocation_id,
  :execution_id,
  :task_type,
  :parameters,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :owner_information,
  :window_target_id)
  include Aws::Structure
end

#invocation_idString

The invocation ID.

Returns:

  • (String)


6324
6325
6326
6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
# File 'lib/aws-sdk-ssm/types.rb', line 6324

class GetMaintenanceWindowExecutionTaskInvocationResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :invocation_id,
  :execution_id,
  :task_type,
  :parameters,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :owner_information,
  :window_target_id)
  include Aws::Structure
end

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


6324
6325
6326
6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
# File 'lib/aws-sdk-ssm/types.rb', line 6324

class GetMaintenanceWindowExecutionTaskInvocationResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :invocation_id,
  :execution_id,
  :task_type,
  :parameters,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :owner_information,
  :window_target_id)
  include Aws::Structure
end

#parametersString

The parameters used at the time that the task executed.

Returns:

  • (String)


6324
6325
6326
6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
# File 'lib/aws-sdk-ssm/types.rb', line 6324

class GetMaintenanceWindowExecutionTaskInvocationResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :invocation_id,
  :execution_id,
  :task_type,
  :parameters,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :owner_information,
  :window_target_id)
  include Aws::Structure
end

#start_timeTime

The time that the task started executing on the target.

Returns:

  • (Time)


6324
6325
6326
6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
# File 'lib/aws-sdk-ssm/types.rb', line 6324

class GetMaintenanceWindowExecutionTaskInvocationResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :invocation_id,
  :execution_id,
  :task_type,
  :parameters,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :owner_information,
  :window_target_id)
  include Aws::Structure
end

#statusString

The task status for an invocation.

Returns:

  • (String)


6324
6325
6326
6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
# File 'lib/aws-sdk-ssm/types.rb', line 6324

class GetMaintenanceWindowExecutionTaskInvocationResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :invocation_id,
  :execution_id,
  :task_type,
  :parameters,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :owner_information,
  :window_target_id)
  include Aws::Structure
end

#status_detailsString

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

Returns:

  • (String)


6324
6325
6326
6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
# File 'lib/aws-sdk-ssm/types.rb', line 6324

class GetMaintenanceWindowExecutionTaskInvocationResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :invocation_id,
  :execution_id,
  :task_type,
  :parameters,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :owner_information,
  :window_target_id)
  include Aws::Structure
end

#task_execution_idString

The task execution ID.

Returns:

  • (String)


6324
6325
6326
6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
# File 'lib/aws-sdk-ssm/types.rb', line 6324

class GetMaintenanceWindowExecutionTaskInvocationResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :invocation_id,
  :execution_id,
  :task_type,
  :parameters,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :owner_information,
  :window_target_id)
  include Aws::Structure
end

#task_typeString

Retrieves the task type for a Maintenance Window. Task types include the following: LAMBDA, STEP_FUNCTION, AUTOMATION, RUN_COMMAND.

Returns:

  • (String)


6324
6325
6326
6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
# File 'lib/aws-sdk-ssm/types.rb', line 6324

class GetMaintenanceWindowExecutionTaskInvocationResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :invocation_id,
  :execution_id,
  :task_type,
  :parameters,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :owner_information,
  :window_target_id)
  include Aws::Structure
end

#window_execution_idString

The Maintenance Window execution ID.

Returns:

  • (String)


6324
6325
6326
6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
# File 'lib/aws-sdk-ssm/types.rb', line 6324

class GetMaintenanceWindowExecutionTaskInvocationResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :invocation_id,
  :execution_id,
  :task_type,
  :parameters,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :owner_information,
  :window_target_id)
  include Aws::Structure
end

#window_target_idString

The Maintenance Window target ID.

Returns:

  • (String)


6324
6325
6326
6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
# File 'lib/aws-sdk-ssm/types.rb', line 6324

class GetMaintenanceWindowExecutionTaskInvocationResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :invocation_id,
  :execution_id,
  :task_type,
  :parameters,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :owner_information,
  :window_target_id)
  include Aws::Structure
end