#[non_exhaustive]pub struct GetBootstrapBrokersOutput {
pub bootstrap_broker_string: Option<String>,
pub bootstrap_broker_string_tls: Option<String>,
pub bootstrap_broker_string_sasl_scram: Option<String>,
pub bootstrap_broker_string_sasl_iam: Option<String>,
pub bootstrap_broker_string_public_tls: Option<String>,
pub bootstrap_broker_string_public_sasl_scram: Option<String>,
pub bootstrap_broker_string_public_sasl_iam: Option<String>,
pub bootstrap_broker_string_vpc_connectivity_tls: Option<String>,
pub bootstrap_broker_string_vpc_connectivity_sasl_scram: Option<String>,
pub bootstrap_broker_string_vpc_connectivity_sasl_iam: Option<String>,
/* private fields */
}
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.bootstrap_broker_string: Option<String>
A string containing one or more hostname:port pairs.
bootstrap_broker_string_tls: Option<String>
A string containing one or more DNS names (or IP) and TLS port pairs.
bootstrap_broker_string_sasl_scram: Option<String>
A string containing one or more DNS names (or IP) and Sasl Scram port pairs.
bootstrap_broker_string_sasl_iam: Option<String>
A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.
bootstrap_broker_string_public_tls: Option<String>
A string containing one or more DNS names (or IP) and TLS port pairs.
bootstrap_broker_string_public_sasl_scram: Option<String>
A string containing one or more DNS names (or IP) and Sasl Scram port pairs.
bootstrap_broker_string_public_sasl_iam: Option<String>
A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.
bootstrap_broker_string_vpc_connectivity_tls: Option<String>
A string containing one or more DNS names (or IP) and TLS port pairs for VPC connectivity.
bootstrap_broker_string_vpc_connectivity_sasl_scram: Option<String>
A string containing one or more DNS names (or IP) and SASL/SCRAM port pairs for VPC connectivity.
bootstrap_broker_string_vpc_connectivity_sasl_iam: Option<String>
A string containing one or more DNS names (or IP) and SASL/IAM port pairs for VPC connectivity.
Implementations§
source§impl GetBootstrapBrokersOutput
impl GetBootstrapBrokersOutput
sourcepub fn bootstrap_broker_string(&self) -> Option<&str>
pub fn bootstrap_broker_string(&self) -> Option<&str>
A string containing one or more hostname:port pairs.
sourcepub fn bootstrap_broker_string_tls(&self) -> Option<&str>
pub fn bootstrap_broker_string_tls(&self) -> Option<&str>
A string containing one or more DNS names (or IP) and TLS port pairs.
sourcepub fn bootstrap_broker_string_sasl_scram(&self) -> Option<&str>
pub fn bootstrap_broker_string_sasl_scram(&self) -> Option<&str>
A string containing one or more DNS names (or IP) and Sasl Scram port pairs.
sourcepub fn bootstrap_broker_string_sasl_iam(&self) -> Option<&str>
pub fn bootstrap_broker_string_sasl_iam(&self) -> Option<&str>
A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.
sourcepub fn bootstrap_broker_string_public_tls(&self) -> Option<&str>
pub fn bootstrap_broker_string_public_tls(&self) -> Option<&str>
A string containing one or more DNS names (or IP) and TLS port pairs.
sourcepub fn bootstrap_broker_string_public_sasl_scram(&self) -> Option<&str>
pub fn bootstrap_broker_string_public_sasl_scram(&self) -> Option<&str>
A string containing one or more DNS names (or IP) and Sasl Scram port pairs.
sourcepub fn bootstrap_broker_string_public_sasl_iam(&self) -> Option<&str>
pub fn bootstrap_broker_string_public_sasl_iam(&self) -> Option<&str>
A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.
sourcepub fn bootstrap_broker_string_vpc_connectivity_tls(&self) -> Option<&str>
pub fn bootstrap_broker_string_vpc_connectivity_tls(&self) -> Option<&str>
A string containing one or more DNS names (or IP) and TLS port pairs for VPC connectivity.
sourcepub fn bootstrap_broker_string_vpc_connectivity_sasl_scram(
&self
) -> Option<&str>
pub fn bootstrap_broker_string_vpc_connectivity_sasl_scram( &self ) -> Option<&str>
A string containing one or more DNS names (or IP) and SASL/SCRAM port pairs for VPC connectivity.
sourcepub fn bootstrap_broker_string_vpc_connectivity_sasl_iam(&self) -> Option<&str>
pub fn bootstrap_broker_string_vpc_connectivity_sasl_iam(&self) -> Option<&str>
A string containing one or more DNS names (or IP) and SASL/IAM port pairs for VPC connectivity.
source§impl GetBootstrapBrokersOutput
impl GetBootstrapBrokersOutput
sourcepub fn builder() -> GetBootstrapBrokersOutputBuilder
pub fn builder() -> GetBootstrapBrokersOutputBuilder
Creates a new builder-style object to manufacture GetBootstrapBrokersOutput
.
Trait Implementations§
source§impl Clone for GetBootstrapBrokersOutput
impl Clone for GetBootstrapBrokersOutput
source§fn clone(&self) -> GetBootstrapBrokersOutput
fn clone(&self) -> GetBootstrapBrokersOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetBootstrapBrokersOutput
impl Debug for GetBootstrapBrokersOutput
source§impl PartialEq for GetBootstrapBrokersOutput
impl PartialEq for GetBootstrapBrokersOutput
source§fn eq(&self, other: &GetBootstrapBrokersOutput) -> bool
fn eq(&self, other: &GetBootstrapBrokersOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetBootstrapBrokersOutput
impl RequestId for GetBootstrapBrokersOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.