pub struct DetectStackResourceDriftInput {
pub logical_resource_id: String,
pub stack_name: String,
}Fields§
§logical_resource_id: StringThe logical name of the resource for which to return drift information.
stack_name: StringThe name of the stack to which the resource belongs.
Trait Implementations§
Source§impl Clone for DetectStackResourceDriftInput
impl Clone for DetectStackResourceDriftInput
Source§fn clone(&self) -> DetectStackResourceDriftInput
fn clone(&self) -> DetectStackResourceDriftInput
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 DetectStackResourceDriftInput
impl Default for DetectStackResourceDriftInput
Source§fn default() -> DetectStackResourceDriftInput
fn default() -> DetectStackResourceDriftInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DetectStackResourceDriftInput
impl PartialEq for DetectStackResourceDriftInput
Source§fn eq(&self, other: &DetectStackResourceDriftInput) -> bool
fn eq(&self, other: &DetectStackResourceDriftInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DetectStackResourceDriftInput
Auto Trait Implementations§
impl Freeze for DetectStackResourceDriftInput
impl RefUnwindSafe for DetectStackResourceDriftInput
impl Send for DetectStackResourceDriftInput
impl Sync for DetectStackResourceDriftInput
impl Unpin for DetectStackResourceDriftInput
impl UnsafeUnpin for DetectStackResourceDriftInput
impl UnwindSafe for DetectStackResourceDriftInput
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