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