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