Class: Aws::Types::GetMLTaskRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetMLTaskRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#task_run_id ⇒ ::String
Returns the value of attribute task_run_id.
-
#transform_id ⇒ ::String
Returns the value of attribute transform_id.
Instance Attribute Details
#task_run_id ⇒ ::String
Returns the value of attribute task_run_id.
3779 3780 3781 |
# File 'sig/types.rbs', line 3779 def task_run_id @task_run_id end |
#transform_id ⇒ ::String
Returns the value of attribute transform_id.
3778 3779 3780 |
# File 'sig/types.rbs', line 3778 def transform_id @transform_id end |