Class: Aws::Types::GetTaskInstanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTaskInstanceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#task_instance_id ⇒ ::String
Returns the value of attribute task_instance_id.
-
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
Instance Attribute Details
#run_id ⇒ ::String
Returns the value of attribute run_id.
89 90 91 |
# File 'sig/types.rbs', line 89 def run_id @run_id end |
#task_instance_id ⇒ ::String
Returns the value of attribute task_instance_id.
88 89 90 |
# File 'sig/types.rbs', line 88 def task_instance_id @task_instance_id end |
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
87 88 89 |
# File 'sig/types.rbs', line 87 def workflow_arn @workflow_arn end |