stackRefactorActions

@JvmName(name = "listStackRefactorActionsResponseStackRefactorAction")
fun Flow<ListStackRefactorActionsResponse>.stackRefactorActions(): Flow<StackRefactorAction>

This paginator transforms the flow returned by listStackRefactorActionsPaginated to access the nested member StackRefactorAction

Return

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