Class: Aws::Types::DescribeAutomationStepExecutionsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAutomationStepExecutionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#step_executions ⇒ ::Array[Types::StepExecution]
Returns the value of attribute step_executions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def next_token @next_token end |
#step_executions ⇒ ::Array[Types::StepExecution]
Returns the value of attribute step_executions.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def step_executions @step_executions end |