Get Broker Nodes Result
data class GetBrokerNodesResult(val clusterArn: String, val id: String, val nodeInfoLists: List<GetBrokerNodesNodeInfoList>)
A collection of values returned by getBrokerNodes.
Constructors
Link copied to clipboard
fun GetBrokerNodesResult(clusterArn: String, id: String, nodeInfoLists: List<GetBrokerNodesNodeInfoList>)