Get Clusters Result
data class GetClustersResult(val clusterArns: List<String>, val clusterIdentifiers: List<String>, val filters: List<GetClustersFilter>? = null, val id: String)
A collection of values returned by getClusters.
Constructors
Link copied to clipboard
fun GetClustersResult(clusterArns: List<String>, clusterIdentifiers: List<String>, filters: List<GetClustersFilter>? = null, id: String)