attachedPolicies

@JvmName(name = "listAttachedGroupPoliciesResponseAttachedPolicy")
fun Flow<ListAttachedGroupPoliciesResponse>.attachedPolicies(): Flow<AttachedPolicy>

This paginator transforms the flow returned by listAttachedGroupPoliciesPaginated to access the nested member AttachedPolicy

Return

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


@JvmName(name = "listAttachedRolePoliciesResponseAttachedPolicy")
fun Flow<ListAttachedRolePoliciesResponse>.attachedPolicies(): Flow<AttachedPolicy>

This paginator transforms the flow returned by listAttachedRolePoliciesPaginated to access the nested member AttachedPolicy

Return

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


@JvmName(name = "listAttachedUserPoliciesResponseAttachedPolicy")
fun Flow<ListAttachedUserPoliciesResponse>.attachedPolicies(): Flow<AttachedPolicy>

This paginator transforms the flow returned by listAttachedUserPoliciesPaginated to access the nested member AttachedPolicy

Return

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