#[non_exhaustive]pub struct DetectStackSetDriftOutput { /* private fields */ }Implementations
sourceimpl DetectStackSetDriftOutput
impl DetectStackSetDriftOutput
sourcepub fn operation_id(&self) -> Option<&str>
pub fn operation_id(&self) -> Option<&str>
The ID of the drift detection stack set operation.
You can use this operation ID with to monitor the progress of the drift detection operation.DescribeStackSetOperation
sourceimpl DetectStackSetDriftOutput
impl DetectStackSetDriftOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DetectStackSetDriftOutput.
Trait Implementations
sourceimpl Clone for DetectStackSetDriftOutput
impl Clone for DetectStackSetDriftOutput
sourcefn clone(&self) -> DetectStackSetDriftOutput
fn clone(&self) -> DetectStackSetDriftOutput
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 DetectStackSetDriftOutput
impl Debug for DetectStackSetDriftOutput
sourceimpl PartialEq<DetectStackSetDriftOutput> for DetectStackSetDriftOutput
impl PartialEq<DetectStackSetDriftOutput> for DetectStackSetDriftOutput
sourcefn eq(&self, other: &DetectStackSetDriftOutput) -> bool
fn eq(&self, other: &DetectStackSetDriftOutput) -> bool
impl StructuralPartialEq for DetectStackSetDriftOutput
Auto Trait Implementations
impl RefUnwindSafe for DetectStackSetDriftOutput
impl Send for DetectStackSetDriftOutput
impl Sync for DetectStackSetDriftOutput
impl Unpin for DetectStackSetDriftOutput
impl UnwindSafe for DetectStackSetDriftOutput
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