#[non_exhaustive]pub struct BatchDisassociateScramSecretInput { /* private fields */ }
Expand description
Disassociates sasl scram secrets to cluster.
Implementations§
source§impl BatchDisassociateScramSecretInput
impl BatchDisassociateScramSecretInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchDisassociateScramSecret, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchDisassociateScramSecret, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchDisassociateScramSecret
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchDisassociateScramSecretInput
.
source§impl BatchDisassociateScramSecretInput
impl BatchDisassociateScramSecretInput
sourcepub fn cluster_arn(&self) -> Option<&str>
pub fn cluster_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the cluster to be updated.
sourcepub fn secret_arn_list(&self) -> Option<&[String]>
pub fn secret_arn_list(&self) -> Option<&[String]>
List of AWS Secrets Manager secret ARNs.
Trait Implementations§
source§impl Clone for BatchDisassociateScramSecretInput
impl Clone for BatchDisassociateScramSecretInput
source§fn clone(&self) -> BatchDisassociateScramSecretInput
fn clone(&self) -> BatchDisassociateScramSecretInput
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 PartialEq<BatchDisassociateScramSecretInput> for BatchDisassociateScramSecretInput
impl PartialEq<BatchDisassociateScramSecretInput> for BatchDisassociateScramSecretInput
source§fn eq(&self, other: &BatchDisassociateScramSecretInput) -> bool
fn eq(&self, other: &BatchDisassociateScramSecretInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.