#[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§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.impl StructuralPartialEq for CancelRotateSecretOutput
Auto Trait Implementations§
impl Freeze for CancelRotateSecretOutput
impl RefUnwindSafe for CancelRotateSecretOutput
impl Send for CancelRotateSecretOutput
impl Sync for CancelRotateSecretOutput
impl Unpin for CancelRotateSecretOutput
impl UnwindSafe for CancelRotateSecretOutput
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)