pub struct DetectStackDriftInput {
pub logical_resource_ids: Option<Vec<String>>,
pub stack_name: String,
}
Fields§
§logical_resource_ids: Option<Vec<String>>
The logical names of any resources you want to use as filters.
stack_name: String
The name of the stack for which you want to detect drift.
Trait Implementations§
Source§impl Clone for DetectStackDriftInput
impl Clone for DetectStackDriftInput
Source§fn clone(&self) -> DetectStackDriftInput
fn clone(&self) -> DetectStackDriftInput
Returns a copy 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 DetectStackDriftInput
impl Debug for DetectStackDriftInput
Source§impl Default for DetectStackDriftInput
impl Default for DetectStackDriftInput
Source§fn default() -> DetectStackDriftInput
fn default() -> DetectStackDriftInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DetectStackDriftInput
impl PartialEq for DetectStackDriftInput
impl StructuralPartialEq for DetectStackDriftInput
Auto Trait Implementations§
impl Freeze for DetectStackDriftInput
impl RefUnwindSafe for DetectStackDriftInput
impl Send for DetectStackDriftInput
impl Sync for DetectStackDriftInput
impl Unpin for DetectStackDriftInput
impl UnwindSafe for DetectStackDriftInput
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