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.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def status @status end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def task_arn @task_arn end |
#task_name ⇒ ::String
Returns the value of attribute task_name.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def task_name @task_name end |
#version ⇒ ::String
Returns the value of attribute version.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def version @version end |