pub struct DetectStackSetDriftOutput {
pub operation_id: Option<String>,
}Fields§
§operation_id: Option<String>The ID of the drift detection stack set operation.
you can use this operation id with DescribeStackSetOperation to monitor the progress of the drift detection operation.
Trait Implementations§
Source§impl Clone for DetectStackSetDriftOutput
impl Clone for DetectStackSetDriftOutput
Source§fn clone(&self) -> DetectStackSetDriftOutput
fn clone(&self) -> DetectStackSetDriftOutput
Returns a duplicate of the value. Read more
1.0.0 · 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 DetectStackSetDriftOutput
impl Debug for DetectStackSetDriftOutput
Source§impl Default for DetectStackSetDriftOutput
impl Default for DetectStackSetDriftOutput
Source§fn default() -> DetectStackSetDriftOutput
fn default() -> DetectStackSetDriftOutput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DetectStackSetDriftOutput
Auto Trait Implementations§
impl Freeze for DetectStackSetDriftOutput
impl RefUnwindSafe for DetectStackSetDriftOutput
impl Send for DetectStackSetDriftOutput
impl Sync for DetectStackSetDriftOutput
impl Unpin for DetectStackSetDriftOutput
impl UnwindSafe for DetectStackSetDriftOutput
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