Class: Aws::Types::ScanSetting

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")


2122
2123
2124
# File 'sig/types.rbs', line 2122

def malware_scanner
  @malware_scanner
end

#resource_types::Array[::String]

Returns the value of attribute resource_types.

Returns:

  • (::Array[::String])


2123
2124
2125
# File 'sig/types.rbs', line 2123

def resource_types
  @resource_types
end

#scanner_role_arn::String

Returns the value of attribute scanner_role_arn.

Returns:

  • (::String)


2124
2125
2126
# File 'sig/types.rbs', line 2124

def scanner_role_arn
  @scanner_role_arn
end