attributes

@JvmName(name = "listDataTableAttributesResponseDataTableAttribute")
fun Flow<ListDataTableAttributesResponse>.attributes(): Flow<DataTableAttribute>

This paginator transforms the flow returned by listDataTableAttributesPaginated to access the nested member DataTableAttribute

Return

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


@JvmName(name = "listInstanceAttributesResponseAttribute")
fun Flow<ListInstanceAttributesResponse>.attributes(): Flow<Attribute>

This paginator transforms the flow returned by listInstanceAttributesPaginated to access the nested member Attribute

Return

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