instanceProfiles

@JvmName(name = "listInstanceProfilesResponseInstanceProfile")
fun Flow<ListInstanceProfilesResponse>.instanceProfiles(): Flow<InstanceProfile>

This paginator transforms the flow returned by listInstanceProfilesPaginated to access the nested member InstanceProfile

Return

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


@JvmName(name = "listInstanceProfilesForRoleResponseInstanceProfile")
fun Flow<ListInstanceProfilesForRoleResponse>.instanceProfiles(): Flow<InstanceProfile>

This paginator transforms the flow returned by listInstanceProfilesForRolePaginated to access the nested member InstanceProfile

Return

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