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.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def task_name @task_name end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def workspace_name @workspace_name end |