attributeGroups

@JvmName(name = "listAssociatedAttributeGroupsResponseAttributeGroupId")
fun Flow<ListAssociatedAttributeGroupsResponse>.attributeGroups(): Flow<String>

This paginator transforms the flow returned by listAssociatedAttributeGroupsPaginated to access the nested member AttributeGroupId

Return

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


@JvmName(name = "listAttributeGroupsResponseAttributeGroupSummary")
fun Flow<ListAttributeGroupsResponse>.attributeGroups(): Flow<AttributeGroupSummary>

This paginator transforms the flow returned by listAttributeGroupsPaginated to access the nested member AttributeGroupSummary

Return

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