Struct aws_sdk_config::input::DeleteConfigRuleInput
source · [−]#[non_exhaustive]pub struct DeleteConfigRuleInput { /* private fields */ }Expand description
Implementations
sourceimpl DeleteConfigRuleInput
impl DeleteConfigRuleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteConfigRule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteConfigRule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteConfigRule>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteConfigRuleInput.
sourceimpl DeleteConfigRuleInput
impl DeleteConfigRuleInput
sourcepub fn config_rule_name(&self) -> Option<&str>
pub fn config_rule_name(&self) -> Option<&str>
The name of the Config rule that you want to delete.
Trait Implementations
sourceimpl Clone for DeleteConfigRuleInput
impl Clone for DeleteConfigRuleInput
sourcefn clone(&self) -> DeleteConfigRuleInput
fn clone(&self) -> DeleteConfigRuleInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DeleteConfigRuleInput
impl Debug for DeleteConfigRuleInput
sourceimpl PartialEq<DeleteConfigRuleInput> for DeleteConfigRuleInput
impl PartialEq<DeleteConfigRuleInput> for DeleteConfigRuleInput
sourcefn eq(&self, other: &DeleteConfigRuleInput) -> bool
fn eq(&self, other: &DeleteConfigRuleInput) -> bool
impl StructuralPartialEq for DeleteConfigRuleInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteConfigRuleInput
impl Send for DeleteConfigRuleInput
impl Sync for DeleteConfigRuleInput
impl Unpin for DeleteConfigRuleInput
impl UnwindSafe for DeleteConfigRuleInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more