#[non_exhaustive]pub struct GetBootstrapBrokersOutput { /* private fields */ }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.
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
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 GetBootstrapBrokersOutput
impl Debug for GetBootstrapBrokersOutput
source§impl PartialEq<GetBootstrapBrokersOutput> for GetBootstrapBrokersOutput
impl PartialEq<GetBootstrapBrokersOutput> for GetBootstrapBrokersOutput
source§fn eq(&self, other: &GetBootstrapBrokersOutput) -> bool
fn eq(&self, other: &GetBootstrapBrokersOutput) -> bool
This method tests for
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>
Returns the request ID, or
None if the service could not be reached.