#[non_exhaustive]pub struct DetectStackDriftInput { /* private fields */ }Implementations
sourceimpl DetectStackDriftInput
impl DetectStackDriftInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DetectStackDrift, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DetectStackDrift, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DetectStackDrift>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DetectStackDriftInput.
sourceimpl DetectStackDriftInput
impl DetectStackDriftInput
sourcepub fn stack_name(&self) -> Option<&str>
pub fn stack_name(&self) -> Option<&str>
The name of the stack for which you want to detect drift.
sourcepub fn logical_resource_ids(&self) -> Option<&[String]>
pub fn logical_resource_ids(&self) -> Option<&[String]>
The logical names of any resources you want to use as filters.
Trait Implementations
sourceimpl Clone for DetectStackDriftInput
impl Clone for DetectStackDriftInput
sourcefn clone(&self) -> DetectStackDriftInput
fn clone(&self) -> DetectStackDriftInput
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 DetectStackDriftInput
impl Debug for DetectStackDriftInput
sourceimpl PartialEq<DetectStackDriftInput> for DetectStackDriftInput
impl PartialEq<DetectStackDriftInput> for DetectStackDriftInput
sourcefn eq(&self, other: &DetectStackDriftInput) -> bool
fn eq(&self, other: &DetectStackDriftInput) -> bool
impl StructuralPartialEq for DetectStackDriftInput
Auto Trait Implementations
impl RefUnwindSafe for DetectStackDriftInput
impl Send for DetectStackDriftInput
impl Sync for DetectStackDriftInput
impl Unpin for DetectStackDriftInput
impl UnwindSafe for DetectStackDriftInput
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