Class: Aws::GuardDuty::Types::UpdateFilterRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

Specifies the action that is to be applied to the findings that match the filter.

Returns:

  • (String)


7643
7644
7645
7646
7647
7648
7649
7650
7651
7652
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7643

class UpdateFilterRequest < Struct.new(
  :detector_id,
  :filter_name,
  :description,
  :action,
  :rank,
  :finding_criteria)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

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.

Returns:

  • (String)


7643
7644
7645
7646
7647
7648
7649
7650
7651
7652
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7643

class UpdateFilterRequest < Struct.new(
  :detector_id,
  :filter_name,
  :description,
  :action,
  :rank,
  :finding_criteria)
  SENSITIVE = []
  include Aws::Structure
end

#detector_idString

The unique ID of the detector that specifies the GuardDuty service where you want to update a filter.

Returns:

  • (String)


7643
7644
7645
7646
7647
7648
7649
7650
7651
7652
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7643

class UpdateFilterRequest < Struct.new(
  :detector_id,
  :filter_name,
  :description,
  :action,
  :rank,
  :finding_criteria)
  SENSITIVE = []
  include Aws::Structure
end

#filter_nameString

The name of the filter.

Returns:

  • (String)


7643
7644
7645
7646
7647
7648
7649
7650
7651
7652
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7643

class UpdateFilterRequest < Struct.new(
  :detector_id,
  :filter_name,
  :description,
  :action,
  :rank,
  :finding_criteria)
  SENSITIVE = []
  include Aws::Structure
end

#finding_criteriaTypes::FindingCriteria

Represents the criteria to be used in the filter for querying findings.



7643
7644
7645
7646
7647
7648
7649
7650
7651
7652
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7643

class UpdateFilterRequest < Struct.new(
  :detector_id,
  :filter_name,
  :description,
  :action,
  :rank,
  :finding_criteria)
  SENSITIVE = []
  include Aws::Structure
end

#rankInteger

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.

Returns:

  • (Integer)


7643
7644
7645
7646
7647
7648
7649
7650
7651
7652
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7643

class UpdateFilterRequest < Struct.new(
  :detector_id,
  :filter_name,
  :description,
  :action,
  :rank,
  :finding_criteria)
  SENSITIVE = []
  include Aws::Structure
end