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