Class: Aws::Deadline::Types::TaskSearchSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::TaskSearchSummary
- 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
-
#ended_at ⇒ Time
The date and time the resource ended running.
-
#failure_retry_count ⇒ Integer
The number of times that the task failed and was retried.
-
#job_id ⇒ String
The job ID.
-
#parameters ⇒ Hash<String,Types::TaskParameterValue>
The parameters to search for.
-
#queue_id ⇒ String
The queue ID.
-
#run_status ⇒ String
The run status of the task.
-
#started_at ⇒ Time
The date and time the resource started running.
-
#step_id ⇒ String
The step ID.
-
#target_run_status ⇒ String
The run status that the task is being updated to.
-
#task_id ⇒ String
The task ID.
Instance Attribute Details
#ended_at ⇒ Time
The date and time the resource ended running.
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_count ⇒ Integer
The number of times that the task failed and was retried.
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_id ⇒ String
The job ID.
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 |
#parameters ⇒ Hash<String,Types::TaskParameterValue>
The parameters to search for.
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_id ⇒ String
The queue ID.
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_status ⇒ String
The run status of the task.
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_at ⇒ Time
The date and time the resource started running.
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_id ⇒ String
The step ID.
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_status ⇒ String
The run status that the task is being updated to.
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_id ⇒ String
The task ID.
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 |