Struct aws_sdk_macie2::output::GetFindingsFilterOutput
source · #[non_exhaustive]pub struct GetFindingsFilterOutput { /* private fields */ }
Implementations§
source§impl GetFindingsFilterOutput
impl GetFindingsFilterOutput
sourcepub fn action(&self) -> Option<&FindingsFilterAction>
pub fn action(&self) -> Option<&FindingsFilterAction>
The action that's performed on findings that match the filter criteria (findingCriteria). Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The custom description of the filter.
sourcepub fn finding_criteria(&self) -> Option<&FindingCriteria>
pub fn finding_criteria(&self) -> Option<&FindingCriteria>
The criteria that's used to filter findings.
sourcepub fn position(&self) -> i32
pub fn position(&self) -> i32
The position of the filter in the list of saved filters on the Amazon Macie console. This value also determines the order in which the filter is applied to findings, relative to other filters that are also applied to the findings.
A map of key-value pairs that specifies which tags (keys and values) are associated with the filter.
source§impl GetFindingsFilterOutput
impl GetFindingsFilterOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetFindingsFilterOutput
.
Trait Implementations§
source§impl Clone for GetFindingsFilterOutput
impl Clone for GetFindingsFilterOutput
source§fn clone(&self) -> GetFindingsFilterOutput
fn clone(&self) -> GetFindingsFilterOutput
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 GetFindingsFilterOutput
impl Debug for GetFindingsFilterOutput
source§impl PartialEq<GetFindingsFilterOutput> for GetFindingsFilterOutput
impl PartialEq<GetFindingsFilterOutput> for GetFindingsFilterOutput
source§fn eq(&self, other: &GetFindingsFilterOutput) -> bool
fn eq(&self, other: &GetFindingsFilterOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.