#[non_exhaustive]pub struct RotateSecretOutput { /* private fields */ }Implementations§
source§impl RotateSecretOutput
impl RotateSecretOutput
sourcepub fn builder() -> RotateSecretOutputBuilder
pub fn builder() -> RotateSecretOutputBuilder
Creates a new builder-style object to manufacture RotateSecretOutput.
Trait Implementations§
source§impl Clone for RotateSecretOutput
impl Clone for RotateSecretOutput
source§fn clone(&self) -> RotateSecretOutput
fn clone(&self) -> RotateSecretOutput
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 Debug for RotateSecretOutput
impl Debug for RotateSecretOutput
source§impl PartialEq<RotateSecretOutput> for RotateSecretOutput
impl PartialEq<RotateSecretOutput> for RotateSecretOutput
source§fn eq(&self, other: &RotateSecretOutput) -> bool
fn eq(&self, other: &RotateSecretOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for RotateSecretOutput
impl RequestId for RotateSecretOutput
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.