#[non_exhaustive]pub struct DeleteRemediationConfigurationInput { /* private fields */ }Implementations§
source§impl DeleteRemediationConfigurationInput
impl DeleteRemediationConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRemediationConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRemediationConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteRemediationConfiguration>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteRemediationConfigurationInput.
source§impl DeleteRemediationConfigurationInput
impl DeleteRemediationConfigurationInput
sourcepub fn config_rule_name(&self) -> Option<&str>
pub fn config_rule_name(&self) -> Option<&str>
The name of the Config rule for which you want to delete remediation configuration.
sourcepub fn resource_type(&self) -> Option<&str>
pub fn resource_type(&self) -> Option<&str>
The type of a resource.
Trait Implementations§
source§impl Clone for DeleteRemediationConfigurationInput
impl Clone for DeleteRemediationConfigurationInput
source§fn clone(&self) -> DeleteRemediationConfigurationInput
fn clone(&self) -> DeleteRemediationConfigurationInput
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 PartialEq<DeleteRemediationConfigurationInput> for DeleteRemediationConfigurationInput
impl PartialEq<DeleteRemediationConfigurationInput> for DeleteRemediationConfigurationInput
source§fn eq(&self, other: &DeleteRemediationConfigurationInput) -> bool
fn eq(&self, other: &DeleteRemediationConfigurationInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.