#[non_exhaustive]pub struct DataQualityRulesetEvaluationRunFilter { /* private fields */ }Expand description
The filter criteria.
Implementations§
source§impl DataQualityRulesetEvaluationRunFilter
impl DataQualityRulesetEvaluationRunFilter
sourcepub fn data_source(&self) -> Option<&DataSource>
pub fn data_source(&self) -> Option<&DataSource>
Filter based on a data source (an Glue table) associated with the run.
sourcepub fn started_before(&self) -> Option<&DateTime>
pub fn started_before(&self) -> Option<&DateTime>
Filter results by runs that started before this time.
sourcepub fn started_after(&self) -> Option<&DateTime>
pub fn started_after(&self) -> Option<&DateTime>
Filter results by runs that started after this time.
source§impl DataQualityRulesetEvaluationRunFilter
impl DataQualityRulesetEvaluationRunFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataQualityRulesetEvaluationRunFilter.
Trait Implementations§
source§impl Clone for DataQualityRulesetEvaluationRunFilter
impl Clone for DataQualityRulesetEvaluationRunFilter
source§fn clone(&self) -> DataQualityRulesetEvaluationRunFilter
fn clone(&self) -> DataQualityRulesetEvaluationRunFilter
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<DataQualityRulesetEvaluationRunFilter> for DataQualityRulesetEvaluationRunFilter
impl PartialEq<DataQualityRulesetEvaluationRunFilter> for DataQualityRulesetEvaluationRunFilter
source§fn eq(&self, other: &DataQualityRulesetEvaluationRunFilter) -> bool
fn eq(&self, other: &DataQualityRulesetEvaluationRunFilter) -> bool
This method tests for
self and other values to be equal, and is used
by ==.