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