Class: Aws::Types::TaskSearchSummary
- Inherits:
-
Object
- Object
- Aws::Types::TaskSearchSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#failure_retry_count ⇒ ::Integer
Returns the value of attribute failure_retry_count.
-
#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
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
3107 3108 3109 |
# File 'sig/types.rbs', line 3107 def ended_at @ended_at end |
#failure_retry_count ⇒ ::Integer
Returns the value of attribute failure_retry_count.
3105 3106 3107 |
# File 'sig/types.rbs', line 3105 def failure_retry_count @failure_retry_count end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
3100 3101 3102 |
# File 'sig/types.rbs', line 3100 def job_id @job_id end |
#latest_session_action_id ⇒ ::String
Returns the value of attribute latest_session_action_id.
3110 3111 3112 |
# File 'sig/types.rbs', line 3110 def latest_session_action_id @latest_session_action_id end |
#parameters ⇒ ::Hash[::String, Types::TaskParameterValue]
Returns the value of attribute parameters.
3104 3105 3106 |
# File 'sig/types.rbs', line 3104 def parameters @parameters end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
3101 3102 3103 |
# File 'sig/types.rbs', line 3101 def queue_id @queue_id end |
#run_status ⇒ "PENDING", ...
Returns the value of attribute run_status.
3102 3103 3104 |
# File 'sig/types.rbs', line 3102 def run_status @run_status end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
3106 3107 3108 |
# File 'sig/types.rbs', line 3106 def started_at @started_at end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
3099 3100 3101 |
# File 'sig/types.rbs', line 3099 def step_id @step_id end |
#target_run_status ⇒ "READY", ...
Returns the value of attribute target_run_status.
3103 3104 3105 |
# File 'sig/types.rbs', line 3103 def target_run_status @target_run_status end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
3098 3099 3100 |
# File 'sig/types.rbs', line 3098 def task_id @task_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3108 3109 3110 |
# File 'sig/types.rbs', line 3108 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
3109 3110 3111 |
# File 'sig/types.rbs', line 3109 def updated_by @updated_by end |