Struct aws_sdk_macie2::input::UpdateFindingsFilterInput
source · #[non_exhaustive]pub struct UpdateFindingsFilterInput { /* private fields */ }
Implementations§
source§impl UpdateFindingsFilterInput
impl UpdateFindingsFilterInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateFindingsFilter, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateFindingsFilter, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateFindingsFilter
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateFindingsFilterInput
.
source§impl UpdateFindingsFilterInput
impl UpdateFindingsFilterInput
sourcepub fn action(&self) -> Option<&FindingsFilterAction>
pub fn action(&self) -> Option<&FindingsFilterAction>
The action to perform on findings that match the filter criteria (findingCriteria). Valid values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A custom description of the filter. The description can contain as many as 512 characters.
We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users might be able to see this description, depending on the actions that they're allowed to perform in Amazon Macie.
sourcepub fn finding_criteria(&self) -> Option<&FindingCriteria>
pub fn finding_criteria(&self) -> Option<&FindingCriteria>
The criteria to use to filter findings.
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 name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters.
We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users might be able to see this name, depending on the actions that they're allowed to perform in Amazon Macie.
Trait Implementations§
source§impl Clone for UpdateFindingsFilterInput
impl Clone for UpdateFindingsFilterInput
source§fn clone(&self) -> UpdateFindingsFilterInput
fn clone(&self) -> UpdateFindingsFilterInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UpdateFindingsFilterInput
impl Debug for UpdateFindingsFilterInput
source§impl PartialEq<UpdateFindingsFilterInput> for UpdateFindingsFilterInput
impl PartialEq<UpdateFindingsFilterInput> for UpdateFindingsFilterInput
source§fn eq(&self, other: &UpdateFindingsFilterInput) -> bool
fn eq(&self, other: &UpdateFindingsFilterInput) -> bool
self
and other
values to be equal, and is used
by ==
.