Struct aws_sdk_cloudformation::operation::detect_stack_resource_drift::DetectStackResourceDriftInput
source · #[non_exhaustive]pub struct DetectStackResourceDriftInput { /* private fields */ }
Implementations§
source§impl 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.
source§impl DetectStackResourceDriftInput
impl DetectStackResourceDriftInput
sourcepub fn builder() -> DetectStackResourceDriftInputBuilder
pub fn builder() -> DetectStackResourceDriftInputBuilder
Creates a new builder-style object to manufacture DetectStackResourceDriftInput
.
source§impl 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
>
Trait Implementations§
source§impl Clone for DetectStackResourceDriftInput
impl Clone for DetectStackResourceDriftInput
source§fn clone(&self) -> DetectStackResourceDriftInput
fn clone(&self) -> DetectStackResourceDriftInput
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 PartialEq<DetectStackResourceDriftInput> for DetectStackResourceDriftInput
impl PartialEq<DetectStackResourceDriftInput> for DetectStackResourceDriftInput
source§fn eq(&self, other: &DetectStackResourceDriftInput) -> bool
fn eq(&self, other: &DetectStackResourceDriftInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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