#[non_exhaustive]pub struct CancelRotateSecretOutput {
pub arn: Option<String>,
pub name: Option<String>,
pub version_id: Option<String>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.arn: Option<String>
The ARN of the secret.
name: Option<String>
The name of the secret.
version_id: Option<String>
The unique identifier of the version of the secret created during the rotation. This version might not be complete, and should be evaluated for possible deletion. We recommend that you remove the VersionStage
value AWSPENDING
from this version so that Secrets Manager can delete it. Failing to clean up a cancelled rotation can block you from starting future rotations.
Implementations§
source§impl CancelRotateSecretOutput
impl CancelRotateSecretOutput
sourcepub fn version_id(&self) -> Option<&str>
pub fn version_id(&self) -> Option<&str>
The unique identifier of the version of the secret created during the rotation. This version might not be complete, and should be evaluated for possible deletion. We recommend that you remove the VersionStage
value AWSPENDING
from this version so that Secrets Manager can delete it. Failing to clean up a cancelled rotation can block you from starting future rotations.
source§impl CancelRotateSecretOutput
impl CancelRotateSecretOutput
sourcepub fn builder() -> CancelRotateSecretOutputBuilder
pub fn builder() -> CancelRotateSecretOutputBuilder
Creates a new builder-style object to manufacture CancelRotateSecretOutput
.
Trait Implementations§
source§impl Clone for CancelRotateSecretOutput
impl Clone for CancelRotateSecretOutput
source§fn clone(&self) -> CancelRotateSecretOutput
fn clone(&self) -> CancelRotateSecretOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CancelRotateSecretOutput
impl Debug for CancelRotateSecretOutput
source§impl PartialEq for CancelRotateSecretOutput
impl PartialEq for CancelRotateSecretOutput
source§fn eq(&self, other: &CancelRotateSecretOutput) -> bool
fn eq(&self, other: &CancelRotateSecretOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CancelRotateSecretOutput
impl RequestId for CancelRotateSecretOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.