Class: Aws::GuardDuty::Types::CoverageFilterCriteria

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

Overview

Represents the criteria used in the filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filter_criterionArray<Types::CoverageFilterCriterion>

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

Returns:



773
774
775
776
777
# File 'lib/aws-sdk-guardduty/types.rb', line 773

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