Class: Aws::Types::AggregatedScanResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failed_scanBoolean

Returns the value of attribute failed_scan.

Returns:

  • (Boolean)


18
19
20
# File 'sig/types.rbs', line 18

def failed_scan
  @failed_scan
end

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

Returns the value of attribute findings.

Returns:

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


19
20
21
# File 'sig/types.rbs', line 19

def findings
  @findings
end

#last_computed::Time

Returns the value of attribute last_computed.

Returns:

  • (::Time)


20
21
22
# File 'sig/types.rbs', line 20

def last_computed
  @last_computed
end