Struct aws_sdk_kafka::model::BrokerSoftwareInfo
source · #[non_exhaustive]pub struct BrokerSoftwareInfo { /* private fields */ }
Expand description
Information about the current software installed on the cluster.
Implementations§
source§impl BrokerSoftwareInfo
impl BrokerSoftwareInfo
sourcepub fn configuration_arn(&self) -> Option<&str>
pub fn configuration_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.
sourcepub fn configuration_revision(&self) -> i64
pub fn configuration_revision(&self) -> i64
The revision of the configuration to use. This field isn't visible in this preview release.
sourcepub fn kafka_version(&self) -> Option<&str>
pub fn kafka_version(&self) -> Option<&str>
The version of Apache Kafka.
source§impl BrokerSoftwareInfo
impl BrokerSoftwareInfo
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BrokerSoftwareInfo
.
Trait Implementations§
source§impl Clone for BrokerSoftwareInfo
impl Clone for BrokerSoftwareInfo
source§fn clone(&self) -> BrokerSoftwareInfo
fn clone(&self) -> BrokerSoftwareInfo
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 BrokerSoftwareInfo
impl Debug for BrokerSoftwareInfo
source§impl PartialEq<BrokerSoftwareInfo> for BrokerSoftwareInfo
impl PartialEq<BrokerSoftwareInfo> for BrokerSoftwareInfo
source§fn eq(&self, other: &BrokerSoftwareInfo) -> bool
fn eq(&self, other: &BrokerSoftwareInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.