#[non_exhaustive]pub struct DeleteRemediationExceptionsInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for DeleteRemediationExceptionsInput
impl Clone for DeleteRemediationExceptionsInput
sourcefn clone(&self) -> DeleteRemediationExceptionsInput
fn clone(&self) -> DeleteRemediationExceptionsInput
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 PartialEq<DeleteRemediationExceptionsInput> for DeleteRemediationExceptionsInput
impl PartialEq<DeleteRemediationExceptionsInput> for DeleteRemediationExceptionsInput
sourcefn eq(&self, other: &DeleteRemediationExceptionsInput) -> bool
fn eq(&self, other: &DeleteRemediationExceptionsInput) -> bool
impl StructuralPartialEq for DeleteRemediationExceptionsInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteRemediationExceptionsInput
impl Send for DeleteRemediationExceptionsInput
impl Sync for DeleteRemediationExceptionsInput
impl Unpin for DeleteRemediationExceptionsInput
impl UnwindSafe for DeleteRemediationExceptionsInput
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