Class: Aws::GuardDuty::Types::ListMalwareScansFilterCriterion
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ListMalwareScansFilterCriterion
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Represents a condition that when matched will be added to the response of the operation. Irrespective of using any filter criteria, an administrator account can view the scan entries for all of its member accounts. However, each member account can view the scan entries only for their own account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter_condition ⇒ Types::FilterCondition
Contains information about the condition.
-
#list_malware_scans_criterion_key ⇒ String
An enum value representing possible scan properties to match with given scan entries.
Instance Attribute Details
#filter_condition ⇒ Types::FilterCondition
Contains information about the condition.
6786 6787 6788 6789 6790 6791 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6786 class ListMalwareScansFilterCriterion < Struct.new( :list_malware_scans_criterion_key, :filter_condition) SENSITIVE = [] include Aws::Structure end |
#list_malware_scans_criterion_key ⇒ String
An enum value representing possible scan properties to match with given scan entries.
6786 6787 6788 6789 6790 6791 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6786 class ListMalwareScansFilterCriterion < Struct.new( :list_malware_scans_criterion_key, :filter_condition) SENSITIVE = [] include Aws::Structure end |