#[non_exhaustive]pub struct DeleteRemediationExceptionsInput { /* private fields */ }Implementations§
source§impl DeleteRemediationExceptionsInput
impl DeleteRemediationExceptionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRemediationExceptions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRemediationExceptions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteRemediationExceptions>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteRemediationExceptionsInput.
source§impl DeleteRemediationExceptionsInput
impl DeleteRemediationExceptionsInput
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 exception configuration.
sourcepub fn resource_keys(&self) -> Option<&[RemediationExceptionResourceKey]>
pub fn resource_keys(&self) -> Option<&[RemediationExceptionResourceKey]>
An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys.
Trait Implementations§
source§impl Clone for DeleteRemediationExceptionsInput
impl Clone for DeleteRemediationExceptionsInput
source§fn clone(&self) -> DeleteRemediationExceptionsInput
fn clone(&self) -> DeleteRemediationExceptionsInput
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<DeleteRemediationExceptionsInput> for DeleteRemediationExceptionsInput
impl PartialEq<DeleteRemediationExceptionsInput> for DeleteRemediationExceptionsInput
source§fn eq(&self, other: &DeleteRemediationExceptionsInput) -> bool
fn eq(&self, other: &DeleteRemediationExceptionsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.