#[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.impl StructuralPartialEq for GetBootstrapBrokersOutput
Auto Trait Implementations§
impl Freeze for GetBootstrapBrokersOutput
impl RefUnwindSafe for GetBootstrapBrokersOutput
impl Send for GetBootstrapBrokersOutput
impl Sync for GetBootstrapBrokersOutput
impl Unpin for GetBootstrapBrokersOutput
impl UnwindSafe for GetBootstrapBrokersOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more