Class: Aws::Types::ListStepsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListStepsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#steps ⇒ ::Array[Types::StepSummary]
Returns the value of attribute steps.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def marker @marker end |
#steps ⇒ ::Array[Types::StepSummary]
Returns the value of attribute steps.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def steps @steps end |