Struct aws_sdk_glue::model::DataQualityRuleResult
source · #[non_exhaustive]pub struct DataQualityRuleResult { /* private fields */ }Expand description
Describes the result of the evaluation of a data quality rule.
Implementations§
source§impl DataQualityRuleResult
impl DataQualityRuleResult
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the data quality rule.
sourcepub fn evaluation_message(&self) -> Option<&str>
pub fn evaluation_message(&self) -> Option<&str>
An evaluation message.
sourcepub fn result(&self) -> Option<&DataQualityRuleResultStatus>
pub fn result(&self) -> Option<&DataQualityRuleResultStatus>
A pass or fail status for the rule.
source§impl DataQualityRuleResult
impl DataQualityRuleResult
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataQualityRuleResult.
Trait Implementations§
source§impl Clone for DataQualityRuleResult
impl Clone for DataQualityRuleResult
source§fn clone(&self) -> DataQualityRuleResult
fn clone(&self) -> DataQualityRuleResult
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 Debug for DataQualityRuleResult
impl Debug for DataQualityRuleResult
source§impl PartialEq<DataQualityRuleResult> for DataQualityRuleResult
impl PartialEq<DataQualityRuleResult> for DataQualityRuleResult
source§fn eq(&self, other: &DataQualityRuleResult) -> bool
fn eq(&self, other: &DataQualityRuleResult) -> bool
This method tests for
self and other values to be equal, and is used
by ==.