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