Class: Aws::Types::CreateTaskResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateTaskResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ Types::ResourceStatus
Returns the value of attribute status.
-
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
-
#task_name ⇒ ::String
Returns the value of attribute task_name.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#status ⇒ Types::ResourceStatus
Returns the value of attribute status.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def status @status end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def task_arn @task_arn end |
#task_name ⇒ ::String
Returns the value of attribute task_name.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def task_name @task_name end |
#version ⇒ ::String
Returns the value of attribute version.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def version @version end |