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.
597 598 599 |
# File 'sig/types.rbs', line 597 def task_run_id @task_run_id end |
#transform_id ⇒ ::String
Returns the value of attribute transform_id.
596 597 598 |
# File 'sig/types.rbs', line 596 def transform_id @transform_id end |