Struct aws_sdk_kafka::model::NodeInfo
source · [−]#[non_exhaustive]pub struct NodeInfo {
pub added_to_cluster_time: Option<String>,
pub broker_node_info: Option<BrokerNodeInfo>,
pub instance_type: Option<String>,
pub node_arn: Option<String>,
pub node_type: Option<NodeType>,
pub zookeeper_node_info: Option<ZookeeperNodeInfo>,
}
Expand description
The node information object.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.added_to_cluster_time: Option<String>
The start time.
broker_node_info: Option<BrokerNodeInfo>
The broker node info.
instance_type: Option<String>
The instance type.
node_arn: Option<String>
The Amazon Resource Name (ARN) of the node.
node_type: Option<NodeType>
The node type.
zookeeper_node_info: Option<ZookeeperNodeInfo>
The ZookeeperNodeInfo.
Implementations
The start time.
The broker node info.
The instance type.
The ZookeeperNodeInfo.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NodeInfo
impl UnwindSafe for NodeInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more