registrations

@JvmName(name = "describeRegistrationsResponseRegistrationInformation")
fun Flow<DescribeRegistrationsResponse>.registrations(): Flow<RegistrationInformation>

This paginator transforms the flow returned by describeRegistrationsPaginated to access the nested member RegistrationInformation

Return

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