Class: Aws::Types::CreateTaskOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateTaskOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
Instance Attribute Details
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
65 66 67 |
# File 'sig/types.rbs', line 65 def task_arn @task_arn end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
66 67 68 |
# File 'sig/types.rbs', line 66 def task_id @task_id end |