You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Macie2::Types::GetFindingsFilterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::GetFindingsFilterResponse
- Defined in:
- (unknown)
Overview
Provides information about the criteria and other settings for a findings filter.
Returned by:
Instance Attribute Summary collapse
-
#action ⇒ String
The action to perform on findings that meet the filter criteria.
-
#arn ⇒ String
-
#description ⇒ String
-
#finding_criteria ⇒ Types::FindingCriteria
Specifies, as a map, one or more property-based conditions that filter the results of a query for findings.
.
-
#id ⇒ String
-
#name ⇒ String
-
#position ⇒ Integer
-
#tags ⇒ Hash<String,String>
A string-to-string map of key-value pairs that specifies the tags (keys and values) for a classification job, custom data identifier, findings filter, or member account.
.
Instance Attribute Details
#action ⇒ String
The action to perform on findings that meet the filter criteria. To suppress (automatically archive) findings that meet the criteria, set this value to ARCHIVE. Valid values are:
Possible values:
- ARCHIVE
- NOOP
#arn ⇒ String
#description ⇒ String
#finding_criteria ⇒ Types::FindingCriteria
Specifies, as a map, one or more property-based conditions that filter the results of a query for findings.
#id ⇒ String
#name ⇒ String
#position ⇒ Integer
#tags ⇒ Hash<String,String>
A string-to-string map of key-value pairs that specifies the tags (keys and values) for a classification job, custom data identifier, findings filter, or member account.