Struct aws_sdk_kafka::model::NodeExporter
source · #[non_exhaustive]pub struct NodeExporter { /* private fields */ }
Expand description
Indicates whether you want to turn on or turn off the Node Exporter.
Implementations§
source§impl NodeExporter
impl NodeExporter
sourcepub fn enabled_in_broker(&self) -> bool
pub fn enabled_in_broker(&self) -> bool
Indicates whether you want to turn on or turn off the Node Exporter.
source§impl NodeExporter
impl NodeExporter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NodeExporter
.
Trait Implementations§
source§impl Clone for NodeExporter
impl Clone for NodeExporter
source§fn clone(&self) -> NodeExporter
fn clone(&self) -> NodeExporter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NodeExporter
impl Debug for NodeExporter
source§impl PartialEq<NodeExporter> for NodeExporter
impl PartialEq<NodeExporter> for NodeExporter
source§fn eq(&self, other: &NodeExporter) -> bool
fn eq(&self, other: &NodeExporter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.