Struct aws_sdk_kafka::input::UpdateSecurityInput
source · [−]#[non_exhaustive]pub struct UpdateSecurityInput {
pub client_authentication: Option<ClientAuthentication>,
pub cluster_arn: Option<String>,
pub current_version: Option<String>,
pub encryption_info: Option<EncryptionInfo>,
}
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.client_authentication: Option<ClientAuthentication>
Includes all client authentication related information.
cluster_arn: Option<String>
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
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.
encryption_info: Option<EncryptionInfo>
Includes all encryption-related information.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSecurity, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSecurity, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateSecurity
>
Creates a new builder-style object to manufacture UpdateSecurityInput
Includes all client authentication related information.
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
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.
Includes all encryption-related information.
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 UpdateSecurityInput
impl Send for UpdateSecurityInput
impl Sync for UpdateSecurityInput
impl Unpin for UpdateSecurityInput
impl UnwindSafe for UpdateSecurityInput
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