Struct aws_sdk_kafka::model::NodeInfo
source · #[non_exhaustive]pub struct NodeInfo { /* private fields */ }
Expand description
The node information object.
Implementations§
source§impl NodeInfo
impl NodeInfo
sourcepub fn added_to_cluster_time(&self) -> Option<&str>
pub fn added_to_cluster_time(&self) -> Option<&str>
The start time.
sourcepub fn broker_node_info(&self) -> Option<&BrokerNodeInfo>
pub fn broker_node_info(&self) -> Option<&BrokerNodeInfo>
The broker node info.
sourcepub fn instance_type(&self) -> Option<&str>
pub fn instance_type(&self) -> Option<&str>
The instance type.
sourcepub fn zookeeper_node_info(&self) -> Option<&ZookeeperNodeInfo>
pub fn zookeeper_node_info(&self) -> Option<&ZookeeperNodeInfo>
The ZookeeperNodeInfo.