You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodePipeline::Types::ListPipelineExecutionsOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents the output of a ListPipelineExecutions action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token that can be used in the next ListPipelineExecutions call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

Returns:

  • (String)

    A token that can be used in the next ListPipelineExecutions call.

#pipeline_execution_summariesArray<Types::PipelineExecutionSummary>

A list of executions in the history of a pipeline.

Returns: