Class: Aws::Types::ListPipelineExecutionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListPipelineExecutionsResponse
- 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_summaries ⇒ ::Array[Types::PipelineExecutionSummary]
Returns the value of attribute pipeline_execution_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
2891 2892 2893 |
# File 'sig/types.rbs', line 2891 def next_token @next_token end |
#pipeline_execution_summaries ⇒ ::Array[Types::PipelineExecutionSummary]
Returns the value of attribute pipeline_execution_summaries.
2890 2891 2892 |
# File 'sig/types.rbs', line 2890 def pipeline_execution_summaries @pipeline_execution_summaries end |