Class: Aws::Types::ScanAction

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#malware_scanner"GUARDDUTY"

Returns the value of attribute malware_scanner.

Returns:

  • ("GUARDDUTY")


2056
2057
2058
# File 'sig/types.rbs', line 2056

def malware_scanner
  @malware_scanner
end

#scan_mode"FULL_SCAN", "INCREMENTAL_SCAN"

Returns the value of attribute scan_mode.

Returns:

  • ("FULL_SCAN", "INCREMENTAL_SCAN")


2057
2058
2059
# File 'sig/types.rbs', line 2057

def scan_mode
  @scan_mode
end