Class: Aws::Types::TaskInstanceSummary
- Inherits:
-
Object
- Object
- Aws::Types::TaskInstanceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
-
#operator_name ⇒ ::String
Returns the value of attribute operator_name.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
-
#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.
Instance Attribute Details
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
321 322 323 |
# File 'sig/types.rbs', line 321 def duration_in_seconds @duration_in_seconds end |
#operator_name ⇒ ::String
Returns the value of attribute operator_name.
322 323 324 |
# File 'sig/types.rbs', line 322 def operator_name @operator_name end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
318 319 320 |
# File 'sig/types.rbs', line 318 def run_id @run_id end |
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
320 321 322 |
# File 'sig/types.rbs', line 320 def status @status end |
#task_instance_id ⇒ ::String
Returns the value of attribute task_instance_id.
319 320 321 |
# File 'sig/types.rbs', line 319 def task_instance_id @task_instance_id end |
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
316 317 318 |
# File 'sig/types.rbs', line 316 def workflow_arn @workflow_arn end |
#workflow_version ⇒ ::String
Returns the value of attribute workflow_version.
317 318 319 |
# File 'sig/types.rbs', line 317 def workflow_version @workflow_version end |