Struct aws_sdk_glue::input::UpdateDataQualityRulesetInput
source · #[non_exhaustive]pub struct UpdateDataQualityRulesetInput { /* private fields */ }Implementations§
source§impl UpdateDataQualityRulesetInput
impl UpdateDataQualityRulesetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDataQualityRuleset, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDataQualityRuleset, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateDataQualityRuleset>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDataQualityRulesetInput.
source§impl UpdateDataQualityRulesetInput
impl UpdateDataQualityRulesetInput
sourcepub fn updated_name(&self) -> Option<&str>
pub fn updated_name(&self) -> Option<&str>
The new name of the ruleset, if you are renaming it.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the ruleset.
Trait Implementations§
source§impl Clone for UpdateDataQualityRulesetInput
impl Clone for UpdateDataQualityRulesetInput
source§fn clone(&self) -> UpdateDataQualityRulesetInput
fn clone(&self) -> UpdateDataQualityRulesetInput
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<UpdateDataQualityRulesetInput> for UpdateDataQualityRulesetInput
impl PartialEq<UpdateDataQualityRulesetInput> for UpdateDataQualityRulesetInput
source§fn eq(&self, other: &UpdateDataQualityRulesetInput) -> bool
fn eq(&self, other: &UpdateDataQualityRulesetInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.