Class: Aws::Types::ListPipelineExecutionStepsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListPipelineExecutionStepsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#pipeline_execution_steps ⇒ ::Array[Types::PipelineExecutionStep]
Returns the value of attribute pipeline_execution_steps.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
8290 8291 8292 |
# File 'sig/types.rbs', line 8290 def next_token @next_token end |
#pipeline_execution_steps ⇒ ::Array[Types::PipelineExecutionStep]
Returns the value of attribute pipeline_execution_steps.
8289 8290 8291 |
# File 'sig/types.rbs', line 8289 def pipeline_execution_steps @pipeline_execution_steps end |