Struct aws_sdk_kafka::input::UpdateConnectivityInput
source · [−]#[non_exhaustive]pub struct UpdateConnectivityInput {
pub cluster_arn: Option<String>,
pub connectivity_info: Option<ConnectivityInfo>,
pub current_version: Option<String>,
}
Expand description
Request body for UpdateConnectivity.
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.cluster_arn: Option<String>
The Amazon Resource Name (ARN) of the configuration.
connectivity_info: Option<ConnectivityInfo>
Information about the broker access configuration.
current_version: Option<String>
The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateConnectivity, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateConnectivity, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateConnectivity
>
Creates a new builder-style object to manufacture UpdateConnectivityInput
The Amazon Resource Name (ARN) of the configuration.
Information about the broker access configuration.
The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.
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 UpdateConnectivityInput
impl Send for UpdateConnectivityInput
impl Sync for UpdateConnectivityInput
impl Unpin for UpdateConnectivityInput
impl UnwindSafe for UpdateConnectivityInput
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