Struct aws_sdk_macie2::input::DeleteAllowListInput
source · #[non_exhaustive]pub struct DeleteAllowListInput { /* private fields */ }
Implementations§
source§impl DeleteAllowListInput
impl DeleteAllowListInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteAllowList, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteAllowList, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteAllowList
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteAllowListInput
.
source§impl DeleteAllowListInput
impl DeleteAllowListInput
sourcepub fn id(&self) -> Option<&str>
pub fn id(&self) -> Option<&str>
The unique identifier for the Amazon Macie resource that the request applies to.
sourcepub fn ignore_job_checks(&self) -> Option<&str>
pub fn ignore_job_checks(&self) -> Option<&str>
Specifies whether to force deletion of the allow list, even if active classification jobs are configured to use the list.
When you try to delete an allow list, Amazon Macie checks for classification jobs that use the list and have a status other than COMPLETE or CANCELLED. By default, Macie rejects your request if any jobs meet these criteria. To skip these checks and delete the list, set this value to true. To delete the list only if no active jobs are configured to use it, set this value to false.
Trait Implementations§
source§impl Clone for DeleteAllowListInput
impl Clone for DeleteAllowListInput
source§fn clone(&self) -> DeleteAllowListInput
fn clone(&self) -> DeleteAllowListInput
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 DeleteAllowListInput
impl Debug for DeleteAllowListInput
source§impl PartialEq<DeleteAllowListInput> for DeleteAllowListInput
impl PartialEq<DeleteAllowListInput> for DeleteAllowListInput
source§fn eq(&self, other: &DeleteAllowListInput) -> bool
fn eq(&self, other: &DeleteAllowListInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.