Class: Aws::Types::CancelMLTaskRunResponse
- Inherits:
-
Object
- Object
- Aws::Types::CancelMLTaskRunResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "STARTING", ...
Returns the value of attribute status.
-
#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
#status ⇒ "STARTING", ...
Returns the value of attribute status.
600 601 602 |
# File 'sig/types.rbs', line 600 def status @status end |
#task_run_id ⇒ ::String
Returns the value of attribute task_run_id.
599 600 601 |
# File 'sig/types.rbs', line 599 def task_run_id @task_run_id end |
#transform_id ⇒ ::String
Returns the value of attribute transform_id.
598 599 600 |
# File 'sig/types.rbs', line 598 def transform_id @transform_id end |