parameterGroups

@JvmName(name = "describeParameterGroupsResponseParameterGroup")
fun Flow<DescribeParameterGroupsResponse>.parameterGroups(): Flow<ParameterGroup>

This paginator transforms the flow returned by describeParameterGroupsPaginated to access the nested member ParameterGroup

Return

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