Class: Aws::GuardDuty::Types::ListMalwareScansFilterCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ListMalwareScansFilterCriteria
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Represents the criteria used to filter the malware scan entries.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#list_malware_scans_filter_criterion ⇒ Array<Types::ListMalwareScansFilterCriterion>
Represents a condition that when matched will be added to the response of the operation.
Instance Attribute Details
#list_malware_scans_filter_criterion ⇒ Array<Types::ListMalwareScansFilterCriterion>
Represents a condition that when matched will be added to the response of the operation.
7924 7925 7926 7927 7928 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7924 class ListMalwareScansFilterCriteria < Struct.new( :list_malware_scans_filter_criterion) SENSITIVE = [] include Aws::Structure end |