pub struct DetectStackSetDriftInput {
pub operation_id: Option<String>,
pub operation_preferences: Option<StackSetOperationPreferences>,
pub stack_set_name: String,
}Fields§
§operation_id: Option<String>The ID of the stack set operation.
operation_preferences: Option<StackSetOperationPreferences>§stack_set_name: StringThe name of the stack set on which to perform the drift detection operation.
Trait Implementations§
Source§impl Clone for DetectStackSetDriftInput
impl Clone for DetectStackSetDriftInput
Source§fn clone(&self) -> DetectStackSetDriftInput
fn clone(&self) -> DetectStackSetDriftInput
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 DetectStackSetDriftInput
impl Debug for DetectStackSetDriftInput
Source§impl Default for DetectStackSetDriftInput
impl Default for DetectStackSetDriftInput
Source§fn default() -> DetectStackSetDriftInput
fn default() -> DetectStackSetDriftInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DetectStackSetDriftInput
impl PartialEq for DetectStackSetDriftInput
impl StructuralPartialEq for DetectStackSetDriftInput
Auto Trait Implementations§
impl Freeze for DetectStackSetDriftInput
impl RefUnwindSafe for DetectStackSetDriftInput
impl Send for DetectStackSetDriftInput
impl Sync for DetectStackSetDriftInput
impl Unpin for DetectStackSetDriftInput
impl UnwindSafe for DetectStackSetDriftInput
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