autoScalingGroups

@JvmName(name = "describeAutoScalingGroupsResponseAutoScalingGroup")
fun Flow<DescribeAutoScalingGroupsResponse>.autoScalingGroups(): Flow<AutoScalingGroup>

This paginator transforms the flow returned by describeAutoScalingGroupsPaginated to access the nested member AutoScalingGroup

Return

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