Class: Aws::Types::GetTaskInstanceResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTaskInstanceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attempt_number ⇒ ::Integer
Returns the value of attribute attempt_number.
-
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#log_stream ⇒ ::String
Returns the value of attribute log_stream.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#operator_name ⇒ ::String
Returns the value of attribute operator_name.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#task_instance_id ⇒ ::String
Returns the value of attribute task_instance_id.
-
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
-
#workflow_version ⇒ ::String
Returns the value of attribute workflow_version.
-
#xcom ⇒ ::Hash[::String, ::String]
Returns the value of attribute xcom.
Instance Attribute Details
#attempt_number ⇒ ::Integer
Returns the value of attribute attempt_number.
104 105 106 |
# File 'sig/types.rbs', line 104 def attempt_number @attempt_number end |
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
99 100 101 |
# File 'sig/types.rbs', line 99 def duration_in_seconds @duration_in_seconds end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
102 103 104 |
# File 'sig/types.rbs', line 102 def ended_at @ended_at end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
105 106 107 |
# File 'sig/types.rbs', line 105 def @error_message end |
#log_stream ⇒ ::String
Returns the value of attribute log_stream.
107 108 109 |
# File 'sig/types.rbs', line 107 def log_stream @log_stream end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
101 102 103 |
# File 'sig/types.rbs', line 101 def modified_at @modified_at end |
#operator_name ⇒ ::String
Returns the value of attribute operator_name.
100 101 102 |
# File 'sig/types.rbs', line 100 def operator_name @operator_name end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
95 96 97 |
# File 'sig/types.rbs', line 95 def run_id @run_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
103 104 105 |
# File 'sig/types.rbs', line 103 def started_at @started_at end |
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
98 99 100 |
# File 'sig/types.rbs', line 98 def status @status end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
106 107 108 |
# File 'sig/types.rbs', line 106 def task_id @task_id end |
#task_instance_id ⇒ ::String
Returns the value of attribute task_instance_id.
96 97 98 |
# File 'sig/types.rbs', line 96 def task_instance_id @task_instance_id end |
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
94 95 96 |
# File 'sig/types.rbs', line 94 def workflow_arn @workflow_arn end |
#workflow_version ⇒ ::String
Returns the value of attribute workflow_version.
97 98 99 |
# File 'sig/types.rbs', line 97 def workflow_version @workflow_version end |
#xcom ⇒ ::Hash[::String, ::String]
Returns the value of attribute xcom.
108 109 110 |
# File 'sig/types.rbs', line 108 def xcom @xcom end |