Class: Aws::Types::ScanResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#findings::Array[("MALWARE")]

Returns the value of attribute findings.

Returns:

  • (::Array[("MALWARE")])


2112
2113
2114
# File 'sig/types.rbs', line 2112

def findings
  @findings
end

#last_scan_timestamp::Time

Returns the value of attribute last_scan_timestamp.

Returns:

  • (::Time)


2111
2112
2113
# File 'sig/types.rbs', line 2111

def last_scan_timestamp
  @last_scan_timestamp
end

#malware_scanner"GUARDDUTY"

Returns the value of attribute malware_scanner.

Returns:

  • ("GUARDDUTY")


2109
2110
2111
# File 'sig/types.rbs', line 2109

def malware_scanner
  @malware_scanner
end

#scan_job_state"COMPLETED", ...

Returns the value of attribute scan_job_state.

Returns:

  • ("COMPLETED", "COMPLETED_WITH_ISSUES", "FAILED", "CANCELED")


2110
2111
2112
# File 'sig/types.rbs', line 2110

def scan_job_state
  @scan_job_state
end