#[non_exhaustive]pub struct DetectStackDriftOutput { /* private fields */ }Implementations
sourceimpl DetectStackDriftOutput
impl DetectStackDriftOutput
sourcepub fn stack_drift_detection_id(&self) -> Option<&str>
pub fn stack_drift_detection_id(&self) -> Option<&str>
The ID of the drift detection results of this operation.
CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results CloudFormation retains for any given stack, and for how long, may vary.
sourceimpl DetectStackDriftOutput
impl DetectStackDriftOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DetectStackDriftOutput.
Trait Implementations
sourceimpl Clone for DetectStackDriftOutput
impl Clone for DetectStackDriftOutput
sourcefn clone(&self) -> DetectStackDriftOutput
fn clone(&self) -> DetectStackDriftOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DetectStackDriftOutput
impl Debug for DetectStackDriftOutput
sourceimpl PartialEq<DetectStackDriftOutput> for DetectStackDriftOutput
impl PartialEq<DetectStackDriftOutput> for DetectStackDriftOutput
sourcefn eq(&self, other: &DetectStackDriftOutput) -> bool
fn eq(&self, other: &DetectStackDriftOutput) -> bool
impl StructuralPartialEq for DetectStackDriftOutput
Auto Trait Implementations
impl RefUnwindSafe for DetectStackDriftOutput
impl Send for DetectStackDriftOutput
impl Sync for DetectStackDriftOutput
impl Unpin for DetectStackDriftOutput
impl UnwindSafe for DetectStackDriftOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more