Class: Aws::Deadline::Types::TaskSearchSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::TaskSearchSummary
- Defined in:
- gems/aws-sdk-deadline/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.
9043 9044 9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9043 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.
9043 9044 9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9043 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.
9043 9044 9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9043 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.
9043 9044 9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9043 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.
9043 9044 9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9043 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.
9043 9044 9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9043 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.
9043 9044 9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9043 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.
9043 9044 9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9043 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.
9043 9044 9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9043 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.
9043 9044 9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9043 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 |