fileSystems

@JvmName(name = "describeFileSystemsResponseFileSystemDescription")
fun Flow<DescribeFileSystemsResponse>.fileSystems(): Flow<FileSystemDescription>

This paginator transforms the flow returned by describeFileSystemsPaginated to access the nested member FileSystemDescription

Return

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