#[non_exhaustive]pub struct DescribeStackDriftDetectionStatusInput { /* private fields */ }Implementations
sourceimpl DescribeStackDriftDetectionStatusInput
impl DescribeStackDriftDetectionStatusInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeStackDriftDetectionStatus, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeStackDriftDetectionStatus, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeStackDriftDetectionStatus>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeStackDriftDetectionStatusInput.
sourceimpl DescribeStackDriftDetectionStatusInput
impl DescribeStackDriftDetectionStatusInput
sourcepub fn stack_drift_detection_id(&self) -> Option<&str>
pub fn stack_drift_detection_id(&self) -> Option<&str>
The ID of the drift detection results of this operation.
CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results CloudFormation retains for any given stack, and for how long, may vary.
Trait Implementations
sourceimpl Clone for DescribeStackDriftDetectionStatusInput
impl Clone for DescribeStackDriftDetectionStatusInput
sourcefn clone(&self) -> DescribeStackDriftDetectionStatusInput
fn clone(&self) -> DescribeStackDriftDetectionStatusInput
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 PartialEq<DescribeStackDriftDetectionStatusInput> for DescribeStackDriftDetectionStatusInput
impl PartialEq<DescribeStackDriftDetectionStatusInput> for DescribeStackDriftDetectionStatusInput
sourcefn eq(&self, other: &DescribeStackDriftDetectionStatusInput) -> bool
fn eq(&self, other: &DescribeStackDriftDetectionStatusInput) -> bool
impl StructuralPartialEq for DescribeStackDriftDetectionStatusInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeStackDriftDetectionStatusInput
impl Send for DescribeStackDriftDetectionStatusInput
impl Sync for DescribeStackDriftDetectionStatusInput
impl Unpin for DescribeStackDriftDetectionStatusInput
impl UnwindSafe for DescribeStackDriftDetectionStatusInput
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