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.
1088 1089 1090 1091 1092 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1088 class CoverageFilterCriteria < Struct.new( :filter_criterion) SENSITIVE = [] include Aws::Structure end |