pub struct DetectStackDriftOutput {
pub stack_drift_detection_id: String,
}Fields§
§stack_drift_detection_id: StringThe ID of the drift detection results of this operation.
AWS CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results AWS CloudFormation retains for any given stack, and for how long, may vary.
Trait Implementations§
Source§impl Clone for DetectStackDriftOutput
impl Clone for DetectStackDriftOutput
Source§fn clone(&self) -> DetectStackDriftOutput
fn clone(&self) -> DetectStackDriftOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DetectStackDriftOutput
impl Debug for DetectStackDriftOutput
Source§impl Default for DetectStackDriftOutput
impl Default for DetectStackDriftOutput
Source§fn default() -> DetectStackDriftOutput
fn default() -> DetectStackDriftOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DetectStackDriftOutput
impl PartialEq for DetectStackDriftOutput
Source§fn eq(&self, other: &DetectStackDriftOutput) -> bool
fn eq(&self, other: &DetectStackDriftOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DetectStackDriftOutput
Auto Trait Implementations§
impl Freeze for DetectStackDriftOutput
impl RefUnwindSafe for DetectStackDriftOutput
impl Send for DetectStackDriftOutput
impl Sync for DetectStackDriftOutput
impl Unpin for DetectStackDriftOutput
impl UnsafeUnpin for DetectStackDriftOutput
impl UnwindSafe for DetectStackDriftOutput
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
Mutably borrows from an owned value. Read more