#[non_exhaustive]pub struct StartDataQualityRuleRecommendationRunInput { /* private fields */ }Implementations§
source§impl StartDataQualityRuleRecommendationRunInput
impl StartDataQualityRuleRecommendationRunInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartDataQualityRuleRecommendationRun, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartDataQualityRuleRecommendationRun, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartDataQualityRuleRecommendationRun>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartDataQualityRuleRecommendationRunInput.
source§impl StartDataQualityRuleRecommendationRunInput
impl StartDataQualityRuleRecommendationRunInput
sourcepub fn data_source(&self) -> Option<&DataSource>
pub fn data_source(&self) -> Option<&DataSource>
The data source (Glue table) associated with this run.
sourcepub fn number_of_workers(&self) -> Option<i32>
pub fn number_of_workers(&self) -> Option<i32>
The number of G.1X workers to be used in the run. The default is 5.
sourcepub fn timeout(&self) -> Option<i32>
pub fn timeout(&self) -> Option<i32>
The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).
sourcepub fn created_ruleset_name(&self) -> Option<&str>
pub fn created_ruleset_name(&self) -> Option<&str>
A name for the ruleset.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.
Trait Implementations§
source§impl Clone for StartDataQualityRuleRecommendationRunInput
impl Clone for StartDataQualityRuleRecommendationRunInput
source§fn clone(&self) -> StartDataQualityRuleRecommendationRunInput
fn clone(&self) -> StartDataQualityRuleRecommendationRunInput
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<StartDataQualityRuleRecommendationRunInput> for StartDataQualityRuleRecommendationRunInput
impl PartialEq<StartDataQualityRuleRecommendationRunInput> for StartDataQualityRuleRecommendationRunInput
source§fn eq(&self, other: &StartDataQualityRuleRecommendationRunInput) -> bool
fn eq(&self, other: &StartDataQualityRuleRecommendationRunInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.