Class: Aws::GuardDuty::Types::GetMalwareScanSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetMalwareScanSettingsResponse
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ebs_snapshot_preservation ⇒ String
An enum value representing possible snapshot preservation settings.
-
#scan_resource_criteria ⇒ Types::ScanResourceCriteria
Represents the criteria to be used in the filter for scanning resources.
Instance Attribute Details
#ebs_snapshot_preservation ⇒ String
An enum value representing possible snapshot preservation settings.
4150 4151 4152 4153 4154 4155 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4150 class GetMalwareScanSettingsResponse < Struct.new( :scan_resource_criteria, :ebs_snapshot_preservation) SENSITIVE = [] include Aws::Structure end |
#scan_resource_criteria ⇒ Types::ScanResourceCriteria
Represents the criteria to be used in the filter for scanning resources.
4150 4151 4152 4153 4154 4155 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4150 class GetMalwareScanSettingsResponse < Struct.new( :scan_resource_criteria, :ebs_snapshot_preservation) SENSITIVE = [] include Aws::Structure end |