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