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.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def task_name @task_name end |
#task_version ⇒ ::String
Returns the value of attribute task_version.
1973 1974 1975 |
# File 'sig/types.rbs', line 1973 def task_version @task_version end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def workspace_name @workspace_name end |