Class: Aws::Types::DescribeTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#task_name ⇒ ::String
Returns the value of attribute task_name.
-
#task_version ⇒ ::String
Returns the value of attribute task_version.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#task_name ⇒ ::String
Returns the value of attribute task_name.
1976 1977 1978 |
# File 'sig/types.rbs', line 1976 def task_name @task_name end |
#task_version ⇒ ::String
Returns the value of attribute task_version.
1977 1978 1979 |
# File 'sig/types.rbs', line 1977 def task_version @task_version end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1975 1976 1977 |
# File 'sig/types.rbs', line 1975 def workspace_name @workspace_name end |