Struct aws_sdk_config::input::DeleteConfigRuleInput
source · #[non_exhaustive]pub struct DeleteConfigRuleInput { /* private fields */ }Expand description
Implementations§
source§impl 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.
source§impl 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§
source§impl Clone for DeleteConfigRuleInput
impl Clone for DeleteConfigRuleInput
source§fn clone(&self) -> DeleteConfigRuleInput
fn clone(&self) -> DeleteConfigRuleInput
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 DeleteConfigRuleInput
impl Debug for DeleteConfigRuleInput
source§impl PartialEq<DeleteConfigRuleInput> for DeleteConfigRuleInput
impl PartialEq<DeleteConfigRuleInput> for DeleteConfigRuleInput
source§fn eq(&self, other: &DeleteConfigRuleInput) -> bool
fn eq(&self, other: &DeleteConfigRuleInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.