Class: Aws::Types::UpdateTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#task_configuration ⇒ Types::TaskConfiguration
Returns the value of attribute task_configuration.
-
#task_name ⇒ ::String
Returns the value of attribute task_name.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
3803 3804 3805 |
# File 'sig/types.rbs', line 3803 def description @description end |
#task_configuration ⇒ Types::TaskConfiguration
Returns the value of attribute task_configuration.
3804 3805 3806 |
# File 'sig/types.rbs', line 3804 def task_configuration @task_configuration end |
#task_name ⇒ ::String
Returns the value of attribute task_name.
3802 3803 3804 |
# File 'sig/types.rbs', line 3802 def task_name @task_name end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
3801 3802 3803 |
# File 'sig/types.rbs', line 3801 def workspace_name @workspace_name end |