Struct aws_sdk_kafka::output::GetBootstrapBrokersOutput
source · [−]#[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>,
}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.
Implementations
A string containing one or more hostname:port pairs.
A string containing one or more DNS names (or IP) and TLS port pairs.
A string containing one or more DNS names (or IP) and Sasl Scram port pairs.
A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.
A string containing one or more DNS names (or IP) and TLS port pairs.
A string containing one or more DNS names (or IP) and Sasl Scram port pairs.
A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.
Creates a new builder-style object to manufacture GetBootstrapBrokersOutput
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 GetBootstrapBrokersOutput
impl Send for GetBootstrapBrokersOutput
impl Sync for GetBootstrapBrokersOutput
impl Unpin for GetBootstrapBrokersOutput
impl UnwindSafe for GetBootstrapBrokersOutput
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