Struct aws_sdk_macie2::output::GetFindingsFilterOutput
source · [−]#[non_exhaustive]pub struct GetFindingsFilterOutput {
pub action: Option<FindingsFilterAction>,
pub arn: Option<String>,
pub description: Option<String>,
pub finding_criteria: Option<FindingCriteria>,
pub id: Option<String>,
pub name: Option<String>,
pub position: i32,
pub tags: Option<HashMap<String, String>>,
}
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.action: Option<FindingsFilterAction>
The action that's performed on findings that meet the filter criteria (findingCriteria). Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.
arn: Option<String>
The Amazon Resource Name (ARN) of the filter.
description: Option<String>
The custom description of the filter.
finding_criteria: Option<FindingCriteria>
The criteria that's used to filter findings.
id: Option<String>
The unique identifier for the filter.
name: Option<String>
The custom name of the filter.
position: 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 identifies the tags (keys and values) that are associated with the filter.
Implementations
The action that's performed on findings that meet the filter criteria (findingCriteria). Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.
The custom description of the filter.
The criteria that's used to filter findings.
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 identifies the tags (keys and values) that are associated with the filter.
Creates a new builder-style object to manufacture GetFindingsFilterOutput
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 RefUnwindSafe for GetFindingsFilterOutput
impl Send for GetFindingsFilterOutput
impl Sync for GetFindingsFilterOutput
impl Unpin for GetFindingsFilterOutput
impl UnwindSafe for GetFindingsFilterOutput
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