Get Cluster Result
data class GetClusterResult(val clusterArn: String? = null, val clusterEndpoints: List<ClusterEndpoint>? = null, val status: ClusterStatus? = null)
Constructors
Link copied to clipboard
constructor(clusterArn: String? = null, clusterEndpoints: List<ClusterEndpoint>? = null, status: ClusterStatus? = null)