Class: Aws::GuardDuty::Types::FilterCriteria

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

Overview

Represents the criteria to be used in the filter for describing scan entries.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filter_criterionArray<Types::FilterCriterion>

Represents a condition that when matched will be added to the response of the operation.

Returns:



2903
2904
2905
2906
2907
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2903

class FilterCriteria < Struct.new(
  :filter_criterion)
  SENSITIVE = []
  include Aws::Structure
end