#[non_exhaustive]pub struct BatchAssociateScramSecretOutput { /* private fields */ }
Implementations§
source§impl BatchAssociateScramSecretOutput
impl BatchAssociateScramSecretOutput
sourcepub fn cluster_arn(&self) -> Option<&str>
pub fn cluster_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the cluster.
sourcepub fn unprocessed_scram_secrets(&self) -> Option<&[UnprocessedScramSecret]>
pub fn unprocessed_scram_secrets(&self) -> Option<&[UnprocessedScramSecret]>
List of errors when associating secrets to cluster.
source§impl BatchAssociateScramSecretOutput
impl BatchAssociateScramSecretOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchAssociateScramSecretOutput
.
Trait Implementations§
source§impl Clone for BatchAssociateScramSecretOutput
impl Clone for BatchAssociateScramSecretOutput
source§fn clone(&self) -> BatchAssociateScramSecretOutput
fn clone(&self) -> BatchAssociateScramSecretOutput
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<BatchAssociateScramSecretOutput> for BatchAssociateScramSecretOutput
impl PartialEq<BatchAssociateScramSecretOutput> for BatchAssociateScramSecretOutput
source§fn eq(&self, other: &BatchAssociateScramSecretOutput) -> bool
fn eq(&self, other: &BatchAssociateScramSecretOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.