pub struct DetectStackResourceDriftOutput {
pub stack_resource_drift: StackResourceDrift,
}Fields§
§stack_resource_drift: StackResourceDriftInformation about whether the resource's actual configuration has drifted from its expected template configuration, including actual and expected property values and any differences detected.
Trait Implementations§
Source§impl Clone for DetectStackResourceDriftOutput
impl Clone for DetectStackResourceDriftOutput
Source§fn clone(&self) -> DetectStackResourceDriftOutput
fn clone(&self) -> DetectStackResourceDriftOutput
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 Default for DetectStackResourceDriftOutput
impl Default for DetectStackResourceDriftOutput
Source§fn default() -> DetectStackResourceDriftOutput
fn default() -> DetectStackResourceDriftOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DetectStackResourceDriftOutput
impl PartialEq for DetectStackResourceDriftOutput
Source§fn eq(&self, other: &DetectStackResourceDriftOutput) -> bool
fn eq(&self, other: &DetectStackResourceDriftOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DetectStackResourceDriftOutput
Auto Trait Implementations§
impl Freeze for DetectStackResourceDriftOutput
impl RefUnwindSafe for DetectStackResourceDriftOutput
impl Send for DetectStackResourceDriftOutput
impl Sync for DetectStackResourceDriftOutput
impl Unpin for DetectStackResourceDriftOutput
impl UnsafeUnpin for DetectStackResourceDriftOutput
impl UnwindSafe for DetectStackResourceDriftOutput
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