Class: Aws::Types::TaskObject
- Inherits:
-
Object
- Object
- Aws::Types::TaskObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attempt_id ⇒ ::String
Returns the value of attribute attempt_id.
-
#objects ⇒ ::Hash[::String, Types::PipelineObject]
Returns the value of attribute objects.
-
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
Instance Attribute Details
#attempt_id ⇒ ::String
Returns the value of attribute attempt_id.
317 318 319 |
# File 'sig/types.rbs', line 317 def attempt_id @attempt_id end |
#objects ⇒ ::Hash[::String, Types::PipelineObject]
Returns the value of attribute objects.
318 319 320 |
# File 'sig/types.rbs', line 318 def objects @objects end |
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
316 317 318 |
# File 'sig/types.rbs', line 316 def pipeline_id @pipeline_id end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
315 316 317 |
# File 'sig/types.rbs', line 315 def task_id @task_id end |