Struct aws_sdk_secretsmanager::output::UpdateSecretOutput
source · #[non_exhaustive]pub struct UpdateSecretOutput { /* private fields */ }Implementations§
source§impl UpdateSecretOutput
impl UpdateSecretOutput
sourcepub fn version_id(&self) -> Option<&str>
pub fn version_id(&self) -> Option<&str>
If Secrets Manager created a new version of the secret during this operation, then VersionId contains the unique identifier of the new version.
source§impl UpdateSecretOutput
impl UpdateSecretOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateSecretOutput.
Trait Implementations§
source§impl Clone for UpdateSecretOutput
impl Clone for UpdateSecretOutput
source§fn clone(&self) -> UpdateSecretOutput
fn clone(&self) -> UpdateSecretOutput
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 UpdateSecretOutput
impl Debug for UpdateSecretOutput
source§impl PartialEq<UpdateSecretOutput> for UpdateSecretOutput
impl PartialEq<UpdateSecretOutput> for UpdateSecretOutput
source§fn eq(&self, other: &UpdateSecretOutput) -> bool
fn eq(&self, other: &UpdateSecretOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.