Class: Aws::GuardDuty::Types::GetFilterResponse

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

Overview

GetFilter response object.

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)


1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-guardduty/types.rb', line 1187

class GetFilterResponse < Struct.new(
  :action,
  :description,
  :finding_criteria,
  :name,
  :rank)
  include Aws::Structure
end

#descriptionString

The description of the filter.

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-guardduty/types.rb', line 1187

class GetFilterResponse < Struct.new(
  :action,
  :description,
  :finding_criteria,
  :name,
  :rank)
  include Aws::Structure
end

#finding_criteriaTypes::FindingCriteria

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



1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-guardduty/types.rb', line 1187

class GetFilterResponse < Struct.new(
  :action,
  :description,
  :finding_criteria,
  :name,
  :rank)
  include Aws::Structure
end

#nameString

The name of the filter.

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-guardduty/types.rb', line 1187

class GetFilterResponse < Struct.new(
  :action,
  :description,
  :finding_criteria,
  :name,
  :rank)
  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)


1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-guardduty/types.rb', line 1187

class GetFilterResponse < Struct.new(
  :action,
  :description,
  :finding_criteria,
  :name,
  :rank)
  include Aws::Structure
end