stacks

@JvmName(name = "describeStacksResponseStack")
fun Flow<DescribeStacksResponse>.stacks(): Flow<Stack>

This paginator transforms the flow returned by describeStacksPaginated to access the nested member Stack

Return

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