#[non_exhaustive]pub struct CancelRotateSecretOutputBuilder { /* private fields */ }
Expand description
A builder for CancelRotateSecretOutput
.
Implementations§
Source§impl CancelRotateSecretOutputBuilder
impl CancelRotateSecretOutputBuilder
Sourcepub fn version_id(self, input: impl Into<String>) -> Self
pub fn version_id(self, input: impl Into<String>) -> Self
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.
Sourcepub fn set_version_id(self, input: Option<String>) -> Self
pub fn set_version_id(self, input: Option<String>) -> Self
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.
Sourcepub fn get_version_id(&self) -> &Option<String>
pub fn get_version_id(&self) -> &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.
Sourcepub fn build(self) -> CancelRotateSecretOutput
pub fn build(self) -> CancelRotateSecretOutput
Consumes the builder and constructs a CancelRotateSecretOutput
.
Trait Implementations§
Source§impl Clone for CancelRotateSecretOutputBuilder
impl Clone for CancelRotateSecretOutputBuilder
Source§fn clone(&self) -> CancelRotateSecretOutputBuilder
fn clone(&self) -> CancelRotateSecretOutputBuilder
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Default for CancelRotateSecretOutputBuilder
impl Default for CancelRotateSecretOutputBuilder
Source§fn default() -> CancelRotateSecretOutputBuilder
fn default() -> CancelRotateSecretOutputBuilder
Source§impl PartialEq for CancelRotateSecretOutputBuilder
impl PartialEq for CancelRotateSecretOutputBuilder
Source§fn eq(&self, other: &CancelRotateSecretOutputBuilder) -> bool
fn eq(&self, other: &CancelRotateSecretOutputBuilder) -> bool
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CancelRotateSecretOutputBuilder
Auto Trait Implementations§
impl Freeze for CancelRotateSecretOutputBuilder
impl RefUnwindSafe for CancelRotateSecretOutputBuilder
impl Send for CancelRotateSecretOutputBuilder
impl Sync for CancelRotateSecretOutputBuilder
impl Unpin for CancelRotateSecretOutputBuilder
impl UnwindSafe for CancelRotateSecretOutputBuilder
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
)