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.
6763 6764 6765 6766 6767 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6763 class ListMalwareScansFilterCriteria < Struct.new( :list_malware_scans_filter_criterion) SENSITIVE = [] include Aws::Structure end |