Class: Aws::Types::CancelMLTaskRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelMLTaskRunRequest
- 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.
593 594 595 |
# File 'sig/types.rbs', line 593 def task_run_id @task_run_id end |
#transform_id ⇒ ::String
Returns the value of attribute transform_id.
592 593 594 |
# File 'sig/types.rbs', line 592 def transform_id @transform_id end |