Class: Aws::Types::GetMalwareScanResultDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failed_file_count::Integer

Returns the value of attribute failed_file_count.

Returns:

  • (::Integer)


1413
1414
1415
# File 'sig/types.rbs', line 1413

def failed_file_count
  @failed_file_count
end

#scan_result_status"NO_THREATS_FOUND", "THREATS_FOUND"

Returns the value of attribute scan_result_status.

Returns:

  • ("NO_THREATS_FOUND", "THREATS_FOUND")


1411
1412
1413
# File 'sig/types.rbs', line 1411

def scan_result_status
  @scan_result_status
end

#skipped_file_count::Integer

Returns the value of attribute skipped_file_count.

Returns:

  • (::Integer)


1412
1413
1414
# File 'sig/types.rbs', line 1412

def skipped_file_count
  @skipped_file_count
end

#threat_found_file_count::Integer

Returns the value of attribute threat_found_file_count.

Returns:

  • (::Integer)


1414
1415
1416
# File 'sig/types.rbs', line 1414

def threat_found_file_count
  @threat_found_file_count
end

#threats::Array[Types::ScanResultThreat]

Returns the value of attribute threats.

Returns:



1418
1419
1420
# File 'sig/types.rbs', line 1418

def threats
  @threats
end

#total_bytes::Integer

Returns the value of attribute total_bytes.

Returns:

  • (::Integer)


1416
1417
1418
# File 'sig/types.rbs', line 1416

def total_bytes
  @total_bytes
end

#total_file_count::Integer

Returns the value of attribute total_file_count.

Returns:

  • (::Integer)


1415
1416
1417
# File 'sig/types.rbs', line 1415

def total_file_count
  @total_file_count
end

#unique_threat_count::Integer

Returns the value of attribute unique_threat_count.

Returns:

  • (::Integer)


1417
1418
1419
# File 'sig/types.rbs', line 1417

def unique_threat_count
  @unique_threat_count
end