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)


8290
8291
8292
# File 'sig/types.rbs', line 8290

def next_token
  @next_token
end

#pipeline_execution_steps::Array[Types::PipelineExecutionStep]

Returns the value of attribute pipeline_execution_steps.

Returns:



8289
8290
8291
# File 'sig/types.rbs', line 8289

def pipeline_execution_steps
  @pipeline_execution_steps
end