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.
3844 3845 3846 |
# File 'sig/types.rbs', line 3844 def description @description end |
#task_configuration ⇒ Types::TaskConfiguration
Returns the value of attribute task_configuration.
3845 3846 3847 |
# File 'sig/types.rbs', line 3845 def task_configuration @task_configuration end |
#task_name ⇒ ::String
Returns the value of attribute task_name.
3843 3844 3845 |
# File 'sig/types.rbs', line 3843 def task_name @task_name end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
3842 3843 3844 |
# File 'sig/types.rbs', line 3842 def workspace_name @workspace_name end |