Class: Aws::Types::ListStepsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1085
1086
1087
# File 'sig/types.rbs', line 1085

def marker
  @marker
end

#steps::Array[Types::StepSummary]

Returns the value of attribute steps.

Returns:



1084
1085
1086
# File 'sig/types.rbs', line 1084

def steps
  @steps
end