Class: Aws::Types::BatchGetTaskItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetTaskItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#failure_retry_count ⇒ ::Integer
Returns the value of attribute failure_retry_count.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#latest_session_action_id ⇒ ::String
Returns the value of attribute latest_session_action_id.
-
#parameters ⇒ ::Hash[::String, Types::TaskParameterValue]
Returns the value of attribute parameters.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#run_status ⇒ "PENDING", ...
Returns the value of attribute run_status.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#step_id ⇒ ::String
Returns the value of attribute step_id.
-
#target_run_status ⇒ "READY", ...
Returns the value of attribute target_run_status.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
477 478 479 |
# File 'sig/types.rbs', line 477 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
478 479 480 |
# File 'sig/types.rbs', line 478 def created_by @created_by end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
483 484 485 |
# File 'sig/types.rbs', line 483 def ended_at @ended_at end |
#failure_retry_count ⇒ ::Integer
Returns the value of attribute failure_retry_count.
481 482 483 |
# File 'sig/types.rbs', line 481 def failure_retry_count @failure_retry_count end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
472 473 474 |
# File 'sig/types.rbs', line 472 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
474 475 476 |
# File 'sig/types.rbs', line 474 def job_id @job_id end |
#latest_session_action_id ⇒ ::String
Returns the value of attribute latest_session_action_id.
486 487 488 |
# File 'sig/types.rbs', line 486 def latest_session_action_id @latest_session_action_id end |
#parameters ⇒ ::Hash[::String, Types::TaskParameterValue]
Returns the value of attribute parameters.
487 488 489 |
# File 'sig/types.rbs', line 487 def parameters @parameters end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
473 474 475 |
# File 'sig/types.rbs', line 473 def queue_id @queue_id end |
#run_status ⇒ "PENDING", ...
Returns the value of attribute run_status.
479 480 481 |
# File 'sig/types.rbs', line 479 def run_status @run_status end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
482 483 484 |
# File 'sig/types.rbs', line 482 def started_at @started_at end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
475 476 477 |
# File 'sig/types.rbs', line 475 def step_id @step_id end |
#target_run_status ⇒ "READY", ...
Returns the value of attribute target_run_status.
480 481 482 |
# File 'sig/types.rbs', line 480 def target_run_status @target_run_status end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
476 477 478 |
# File 'sig/types.rbs', line 476 def task_id @task_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
484 485 486 |
# File 'sig/types.rbs', line 484 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
485 486 487 |
# File 'sig/types.rbs', line 485 def updated_by @updated_by end |