Class: Aws::Types::TaskSummary
- Inherits:
-
Object
- Object
- Aws::Types::TaskSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ "IN_PROGRESS", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
Instance Attribute Details
#state ⇒ "IN_PROGRESS", ...
Returns the value of attribute state.
314 315 316 |
# File 'sig/types.rbs', line 314 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
315 316 317 |
# File 'sig/types.rbs', line 315 def @tags end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
316 317 318 |
# File 'sig/types.rbs', line 316 def task_arn @task_arn end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
317 318 319 |
# File 'sig/types.rbs', line 317 def task_id @task_id end |