Struct aws_sdk_kafka::model::NodeExporterInfo
source · #[non_exhaustive]pub struct NodeExporterInfo { /* private fields */ }
Expand description
Indicates whether you want to turn on or turn off the Node Exporter.
Implementations§
source§impl NodeExporterInfo
impl NodeExporterInfo
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 NodeExporterInfo
impl NodeExporterInfo
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NodeExporterInfo
.
Trait Implementations§
source§impl Clone for NodeExporterInfo
impl Clone for NodeExporterInfo
source§fn clone(&self) -> NodeExporterInfo
fn clone(&self) -> NodeExporterInfo
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 NodeExporterInfo
impl Debug for NodeExporterInfo
source§impl PartialEq<NodeExporterInfo> for NodeExporterInfo
impl PartialEq<NodeExporterInfo> for NodeExporterInfo
source§fn eq(&self, other: &NodeExporterInfo) -> bool
fn eq(&self, other: &NodeExporterInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.