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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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:



959
960
961
962
963
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 959

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