Struct aws_sdk_kafka::model::BrokerSoftwareInfo
source · [−]#[non_exhaustive]pub struct BrokerSoftwareInfo {
pub configuration_arn: Option<String>,
pub configuration_revision: i64,
pub kafka_version: Option<String>,
}
Expand description
Information about the current software installed on the cluster.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.configuration_arn: Option<String>
The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.
configuration_revision: i64
The revision of the configuration to use. This field isn't visible in this preview release.
kafka_version: Option<String>
The version of Apache Kafka.
Implementations
The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.
The revision of the configuration to use. This field isn't visible in this preview release.
The version of Apache Kafka.
Creates a new builder-style object to manufacture BrokerSoftwareInfo
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for BrokerSoftwareInfo
impl Send for BrokerSoftwareInfo
impl Sync for BrokerSoftwareInfo
impl Unpin for BrokerSoftwareInfo
impl UnwindSafe for BrokerSoftwareInfo
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