#[non_exhaustive]pub struct AwsCloudFormationStackDriftInformationDetails { /* private fields */ }
Expand description
Provides information about the stack's conformity to its expected template configuration.
Implementations§
source§impl AwsCloudFormationStackDriftInformationDetails
impl AwsCloudFormationStackDriftInformationDetails
sourcepub fn stack_drift_status(&self) -> Option<&str>
pub fn stack_drift_status(&self) -> Option<&str>
Status of the stack's actual configuration compared to its expected template configuration.
source§impl AwsCloudFormationStackDriftInformationDetails
impl AwsCloudFormationStackDriftInformationDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsCloudFormationStackDriftInformationDetails
.
Trait Implementations§
source§impl Clone for AwsCloudFormationStackDriftInformationDetails
impl Clone for AwsCloudFormationStackDriftInformationDetails
source§fn clone(&self) -> AwsCloudFormationStackDriftInformationDetails
fn clone(&self) -> AwsCloudFormationStackDriftInformationDetails
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<AwsCloudFormationStackDriftInformationDetails> for AwsCloudFormationStackDriftInformationDetails
impl PartialEq<AwsCloudFormationStackDriftInformationDetails> for AwsCloudFormationStackDriftInformationDetails
source§fn eq(&self, other: &AwsCloudFormationStackDriftInformationDetails) -> bool
fn eq(&self, other: &AwsCloudFormationStackDriftInformationDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.