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