Class: Aws::GuardDuty::Types::UpdateFilterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UpdateFilterRequest
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
-
#detector_id ⇒ String
The unique ID of the detector that specifies the GuardDuty service where you want to update a filter.
-
#filter_name ⇒ String
The name of the filter.
-
#finding_criteria ⇒ Types::FindingCriteria
Represents the criteria to be used in the filter for querying findings.
-
#rank ⇒ Integer
Specifies the position of the filter in the list of current filters.
Instance Attribute Details
#action ⇒ String
Specifies the action that is to be applied to the findings that match the filter.
7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7446 class UpdateFilterRequest < Struct.new( :detector_id, :filter_name, :description, :action, :rank, :finding_criteria) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the filter. Valid characters include alphanumeric
characters, and special characters such as hyphen, period, colon,
underscore, parentheses (\{ \}
, [ ]
, and ( )
), forward slash,
horizontal tab, vertical tab, newline, form feed, return, and
whitespace.
7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7446 class UpdateFilterRequest < Struct.new( :detector_id, :filter_name, :description, :action, :rank, :finding_criteria) SENSITIVE = [] include Aws::Structure end |
#detector_id ⇒ String
The unique ID of the detector that specifies the GuardDuty service where you want to update a filter.
7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7446 class UpdateFilterRequest < Struct.new( :detector_id, :filter_name, :description, :action, :rank, :finding_criteria) SENSITIVE = [] include Aws::Structure end |
#filter_name ⇒ String
The name of the filter.
7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7446 class UpdateFilterRequest < Struct.new( :detector_id, :filter_name, :description, :action, :rank, :finding_criteria) SENSITIVE = [] include Aws::Structure end |
#finding_criteria ⇒ Types::FindingCriteria
Represents the criteria to be used in the filter for querying findings.
7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7446 class UpdateFilterRequest < Struct.new( :detector_id, :filter_name, :description, :action, :rank, :finding_criteria) SENSITIVE = [] include Aws::Structure end |
#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.
7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7446 class UpdateFilterRequest < Struct.new( :detector_id, :filter_name, :description, :action, :rank, :finding_criteria) SENSITIVE = [] include Aws::Structure end |