#[non_exhaustive]pub struct BatchAssociateScramSecretInput { /* private fields */ }
Expand description
Associates sasl scram secrets to cluster.
Implementations§
source§impl BatchAssociateScramSecretInput
impl BatchAssociateScramSecretInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchAssociateScramSecret, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchAssociateScramSecret, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchAssociateScramSecret
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchAssociateScramSecretInput
.
source§impl BatchAssociateScramSecretInput
impl BatchAssociateScramSecretInput
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 BatchAssociateScramSecretInput
impl Clone for BatchAssociateScramSecretInput
source§fn clone(&self) -> BatchAssociateScramSecretInput
fn clone(&self) -> BatchAssociateScramSecretInput
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<BatchAssociateScramSecretInput> for BatchAssociateScramSecretInput
impl PartialEq<BatchAssociateScramSecretInput> for BatchAssociateScramSecretInput
source§fn eq(&self, other: &BatchAssociateScramSecretInput) -> bool
fn eq(&self, other: &BatchAssociateScramSecretInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.