Class: Aws::Deadline::Types::TaskSearchSummary

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

Overview

The details of a task search.

Constant Summary collapse

SENSITIVE =
[:parameters]

Instance Attribute Summary collapse

Instance Attribute Details

#ended_atTime

The date and time the resource ended running.

Returns:

  • (Time)


8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
# File 'lib/aws-sdk-deadline/types.rb', line 8387

class TaskSearchSummary < Struct.new(
  :task_id,
  :step_id,
  :job_id,
  :queue_id,
  :run_status,
  :target_run_status,
  :parameters,
  :failure_retry_count,
  :started_at,
  :ended_at)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#failure_retry_countInteger

The number of times that the task failed and was retried.

Returns:

  • (Integer)


8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
# File 'lib/aws-sdk-deadline/types.rb', line 8387

class TaskSearchSummary < Struct.new(
  :task_id,
  :step_id,
  :job_id,
  :queue_id,
  :run_status,
  :target_run_status,
  :parameters,
  :failure_retry_count,
  :started_at,
  :ended_at)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#job_idString

The job ID.

Returns:

  • (String)


8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
# File 'lib/aws-sdk-deadline/types.rb', line 8387

class TaskSearchSummary < Struct.new(
  :task_id,
  :step_id,
  :job_id,
  :queue_id,
  :run_status,
  :target_run_status,
  :parameters,
  :failure_retry_count,
  :started_at,
  :ended_at)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#parametersHash<String,Types::TaskParameterValue>

The parameters to search for.

Returns:



8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
# File 'lib/aws-sdk-deadline/types.rb', line 8387

class TaskSearchSummary < Struct.new(
  :task_id,
  :step_id,
  :job_id,
  :queue_id,
  :run_status,
  :target_run_status,
  :parameters,
  :failure_retry_count,
  :started_at,
  :ended_at)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#queue_idString

The queue ID.

Returns:

  • (String)


8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
# File 'lib/aws-sdk-deadline/types.rb', line 8387

class TaskSearchSummary < Struct.new(
  :task_id,
  :step_id,
  :job_id,
  :queue_id,
  :run_status,
  :target_run_status,
  :parameters,
  :failure_retry_count,
  :started_at,
  :ended_at)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#run_statusString

The run status of the task.

Returns:

  • (String)


8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
# File 'lib/aws-sdk-deadline/types.rb', line 8387

class TaskSearchSummary < Struct.new(
  :task_id,
  :step_id,
  :job_id,
  :queue_id,
  :run_status,
  :target_run_status,
  :parameters,
  :failure_retry_count,
  :started_at,
  :ended_at)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#started_atTime

The date and time the resource started running.

Returns:

  • (Time)


8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
# File 'lib/aws-sdk-deadline/types.rb', line 8387

class TaskSearchSummary < Struct.new(
  :task_id,
  :step_id,
  :job_id,
  :queue_id,
  :run_status,
  :target_run_status,
  :parameters,
  :failure_retry_count,
  :started_at,
  :ended_at)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#step_idString

The step ID.

Returns:

  • (String)


8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
# File 'lib/aws-sdk-deadline/types.rb', line 8387

class TaskSearchSummary < Struct.new(
  :task_id,
  :step_id,
  :job_id,
  :queue_id,
  :run_status,
  :target_run_status,
  :parameters,
  :failure_retry_count,
  :started_at,
  :ended_at)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#target_run_statusString

The run status that the task is being updated to.

Returns:

  • (String)


8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
# File 'lib/aws-sdk-deadline/types.rb', line 8387

class TaskSearchSummary < Struct.new(
  :task_id,
  :step_id,
  :job_id,
  :queue_id,
  :run_status,
  :target_run_status,
  :parameters,
  :failure_retry_count,
  :started_at,
  :ended_at)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#task_idString

The task ID.

Returns:

  • (String)


8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
# File 'lib/aws-sdk-deadline/types.rb', line 8387

class TaskSearchSummary < Struct.new(
  :task_id,
  :step_id,
  :job_id,
  :queue_id,
  :run_status,
  :target_run_status,
  :parameters,
  :failure_retry_count,
  :started_at,
  :ended_at)
  SENSITIVE = [:parameters]
  include Aws::Structure
end