Class: Aws::GuardDuty::Types::GetMalwareScanSettingsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detector_idString

The unique ID of the detector that the scan setting is associated with.

Returns:

  • (String)


3421
3422
3423
3424
3425
# File 'lib/aws-sdk-guardduty/types.rb', line 3421

class GetMalwareScanSettingsRequest < Struct.new(
  :detector_id)
  SENSITIVE = []
  include Aws::Structure
end