stepExecutions

@JvmName(name = "describeAutomationStepExecutionsResponseStepExecution")
fun Flow<DescribeAutomationStepExecutionsResponse>.stepExecutions(): Flow<StepExecution>

This paginator transforms the flow returned by describeAutomationStepExecutionsPaginated to access the nested member StepExecution

Return

A kotlinx.coroutines.flow.Flow that can collect StepExecution