#[non_exhaustive]pub struct ListDataQualityRuleRecommendationRunsInput { /* private fields */ }Implementations§
source§impl ListDataQualityRuleRecommendationRunsInput
impl ListDataQualityRuleRecommendationRunsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDataQualityRuleRecommendationRuns, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDataQualityRuleRecommendationRuns, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListDataQualityRuleRecommendationRuns>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDataQualityRuleRecommendationRunsInput.
source§impl ListDataQualityRuleRecommendationRunsInput
impl ListDataQualityRuleRecommendationRunsInput
sourcepub fn filter(&self) -> Option<&DataQualityRuleRecommendationRunFilter>
pub fn filter(&self) -> Option<&DataQualityRuleRecommendationRunFilter>
The filter criteria.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A paginated token to offset the results.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return.
Trait Implementations§
source§impl Clone for ListDataQualityRuleRecommendationRunsInput
impl Clone for ListDataQualityRuleRecommendationRunsInput
source§fn clone(&self) -> ListDataQualityRuleRecommendationRunsInput
fn clone(&self) -> ListDataQualityRuleRecommendationRunsInput
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<ListDataQualityRuleRecommendationRunsInput> for ListDataQualityRuleRecommendationRunsInput
impl PartialEq<ListDataQualityRuleRecommendationRunsInput> for ListDataQualityRuleRecommendationRunsInput
source§fn eq(&self, other: &ListDataQualityRuleRecommendationRunsInput) -> bool
fn eq(&self, other: &ListDataQualityRuleRecommendationRunsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.