Class: Aws::GuardDuty::Types::CoverageFilterCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CoverageFilterCriteria
- 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
-
#filter_criterion ⇒ Array<Types::CoverageFilterCriterion>
Represents a condition that when matched will be added to the response of the operation.
Instance Attribute Details
#filter_criterion ⇒ Array<Types::CoverageFilterCriterion>
Represents a condition that when matched will be added to the response of the operation.
1243 1244 1245 1246 1247 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1243 class CoverageFilterCriteria < Struct.new( :filter_criterion) SENSITIVE = [] include Aws::Structure end |