Class: Aws::Types::GetPITRMalwareScanResultsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_scan_job_time::Time

Returns the value of attribute last_scan_job_time.

Returns:

  • (::Time)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def last_scan_job_time
  @last_scan_job_time
end

#scan_end_time::Time

Returns the value of attribute scan_end_time.

Returns:

  • (::Time)


1012
1013
1014
# File 'sig/types.rbs', line 1012

def scan_end_time
  @scan_end_time
end

#scan_id::String

Returns the value of attribute scan_id.

Returns:

  • (::String)


1015
1016
1017
# File 'sig/types.rbs', line 1015

def scan_id
  @scan_id
end

#scan_mode"FULL_SCAN", "INCREMENTAL_SCAN"

Returns the value of attribute scan_mode.

Returns:

  • ("FULL_SCAN", "INCREMENTAL_SCAN")


1016
1017
1018
# File 'sig/types.rbs', line 1016

def scan_mode
  @scan_mode
end

#scan_resultTypes::ScanResultInfo

Returns the value of attribute scan_result.



1013
1014
1015
# File 'sig/types.rbs', line 1013

def scan_result
  @scan_result
end