Class: Aws::Types::DeleteTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#task_name ⇒ ::String
Returns the value of attribute task_name.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#task_name ⇒ ::String
Returns the value of attribute task_name.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def task_name @task_name end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def workspace_name @workspace_name end |