Class: Aws::Types::ListPipelineExecutionsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2901
2902
2903
# File 'sig/types.rbs', line 2901

def next_token
  @next_token
end

#pipeline_execution_summaries::Array[Types::PipelineExecutionSummary]

Returns the value of attribute pipeline_execution_summaries.

Returns:



2900
2901
2902
# File 'sig/types.rbs', line 2900

def pipeline_execution_summaries
  @pipeline_execution_summaries
end