Class: Aws::Types::ListStepsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListStepsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#steps ⇒ ::Array[Types::StepSummary]
Returns the value of attribute steps.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
2295 2296 2297 |
# File 'sig/types.rbs', line 2295 def next_token @next_token end |
#steps ⇒ ::Array[Types::StepSummary]
Returns the value of attribute steps.
2294 2295 2296 |
# File 'sig/types.rbs', line 2294 def steps @steps end |