Struct aws_sdk_glue::input::CreateDataQualityRulesetInput
source · #[non_exhaustive]pub struct CreateDataQualityRulesetInput { /* private fields */ }Implementations§
source§impl CreateDataQualityRulesetInput
impl CreateDataQualityRulesetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDataQualityRuleset, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDataQualityRuleset, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateDataQualityRuleset>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateDataQualityRulesetInput.
source§impl CreateDataQualityRulesetInput
impl CreateDataQualityRulesetInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the data quality ruleset.
sourcepub fn ruleset(&self) -> Option<&str>
pub fn ruleset(&self) -> Option<&str>
A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.
A list of tags applied to the data quality ruleset.
sourcepub fn target_table(&self) -> Option<&DataQualityTargetTable>
pub fn target_table(&self) -> Option<&DataQualityTargetTable>
A target table associated with the data quality 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 CreateDataQualityRulesetInput
impl Clone for CreateDataQualityRulesetInput
source§fn clone(&self) -> CreateDataQualityRulesetInput
fn clone(&self) -> CreateDataQualityRulesetInput
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<CreateDataQualityRulesetInput> for CreateDataQualityRulesetInput
impl PartialEq<CreateDataQualityRulesetInput> for CreateDataQualityRulesetInput
source§fn eq(&self, other: &CreateDataQualityRulesetInput) -> bool
fn eq(&self, other: &CreateDataQualityRulesetInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.