Class: Aws::GuardDuty::Types::StartMalwareScanConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::StartMalwareScanConfiguration
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the configuration to be used for the malware scan.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#incremental_scan_details ⇒ Types::IncrementalScanDetails
Contains information about the incremental scan configuration.
-
#recovery_point ⇒ Types::RecoveryPoint
Contains information about the recovery point configuration for the requested scan.
-
#role ⇒ String
Amazon Resource Name (ARN) of the IAM role that is used for scanning the resource.
Instance Attribute Details
#incremental_scan_details ⇒ Types::IncrementalScanDetails
Contains information about the incremental scan configuration. When specified, the scan will only process changes since the baseline resource.
10432 10433 10434 10435 10436 10437 10438 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10432 class StartMalwareScanConfiguration < Struct.new( :role, :incremental_scan_details, :recovery_point) SENSITIVE = [] include Aws::Structure end |
#recovery_point ⇒ Types::RecoveryPoint
Contains information about the recovery point configuration for the requested scan.
10432 10433 10434 10435 10436 10437 10438 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10432 class StartMalwareScanConfiguration < Struct.new( :role, :incremental_scan_details, :recovery_point) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
Amazon Resource Name (ARN) of the IAM role that is used for scanning the resource.
10432 10433 10434 10435 10436 10437 10438 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10432 class StartMalwareScanConfiguration < Struct.new( :role, :incremental_scan_details, :recovery_point) SENSITIVE = [] include Aws::Structure end |