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.
4515 4516 4517 4518 4519 4520 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4515 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.
4515 4516 4517 4518 4519 4520 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4515 class GetMalwareScanSettingsResponse < Struct.new( :scan_resource_criteria, :ebs_snapshot_preservation) SENSITIVE = [] include Aws::Structure end |