Struct aws_sdk_config::input::DeleteRemediationExceptionsInput [−][src]
#[non_exhaustive]pub struct DeleteRemediationExceptionsInput {
pub config_rule_name: Option<String>,
pub resource_keys: Option<Vec<RemediationExceptionResourceKey>>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.config_rule_name: Option<String>The name of the Config rule for which you want to delete remediation exception configuration.
resource_keys: Option<Vec<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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRemediationExceptions, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRemediationExceptions, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteRemediationExceptions>
Creates a new builder-style object to manufacture DeleteRemediationExceptionsInput
The name of the Config rule for which you want to delete remediation exception configuration.
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for DeleteRemediationExceptionsInput
impl Sync for DeleteRemediationExceptionsInput
impl Unpin for DeleteRemediationExceptionsInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
