Class: Aws::GuardDuty::Types::GetMalwareScanSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetMalwareScanSettingsResponse
- Includes:
- Structure
- Defined in:
- 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.
3940 3941 3942 3943 3944 3945 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3940 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.
3940 3941 3942 3943 3944 3945 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3940 class GetMalwareScanSettingsResponse < Struct.new( :scan_resource_criteria, :ebs_snapshot_preservation) SENSITIVE = [] include Aws::Structure end |