Class: Aws::Types::ListPipelineExecutionStepsResponse

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)


8352
8353
8354
# File 'sig/types.rbs', line 8352

def next_token
  @next_token
end

#pipeline_execution_steps::Array[Types::PipelineExecutionStep]

Returns the value of attribute pipeline_execution_steps.

Returns:



8351
8352
8353
# File 'sig/types.rbs', line 8351

def pipeline_execution_steps
  @pipeline_execution_steps
end