You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GuardDuty::Types::GetFilterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetFilterResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#action ⇒ String
Specifies the action that is to be applied to the findings that match the filter.
-
#description ⇒ String
The description of the filter.
-
#finding_criteria ⇒ Types::FindingCriteria
Represents the criteria to be used in the filter for querying findings.
-
#name ⇒ String
The name of the filter.
-
#rank ⇒ Integer
Specifies the position of the filter in the list of current filters.
-
#tags ⇒ Hash<String,String>
The tags of the filter resource.
Instance Attribute Details
#action ⇒ String
Specifies the action that is to be applied to the findings that match the filter.
Possible values:
- NOOP
- ARCHIVE
#description ⇒ String
The description of the filter.
#finding_criteria ⇒ Types::FindingCriteria
Represents the criteria to be used in the filter for querying findings.
#name ⇒ String
The name of the filter.
#rank ⇒ Integer
Specifies the position of the filter in the list of current filters. Also specifies the order in which this filter is applied to the findings.
#tags ⇒ Hash<String,String>
The tags of the filter resource.