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.
8305 8306 8307 |
# File 'sig/types.rbs', line 8305 def next_token @next_token end |
#pipeline_execution_steps ⇒ ::Array[Types::PipelineExecutionStep]
Returns the value of attribute pipeline_execution_steps.
8304 8305 8306 |
# File 'sig/types.rbs', line 8304 def pipeline_execution_steps @pipeline_execution_steps end |