Struct aws_sdk_kafka::operation::batch_associate_scram_secret::BatchAssociateScramSecretOutput
source · #[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() -> BatchAssociateScramSecretOutputBuilder
pub fn builder() -> BatchAssociateScramSecretOutputBuilder
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 ==
.source§impl RequestId for BatchAssociateScramSecretOutput
impl RequestId for BatchAssociateScramSecretOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for BatchAssociateScramSecretOutput
Auto Trait Implementations§
impl RefUnwindSafe for BatchAssociateScramSecretOutput
impl Send for BatchAssociateScramSecretOutput
impl Sync for BatchAssociateScramSecretOutput
impl Unpin for BatchAssociateScramSecretOutput
impl UnwindSafe for BatchAssociateScramSecretOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more