Method: Aws::SecurityHub::Types::ProcessDetails#parent_pid

Defined in:
lib/aws-sdk-securityhub/types.rb

#parent_pidInteger

The parent process ID. This field accepts positive integers between O and 2147483647.

Returns:

  • (Integer)


28836
28837
28838
28839
28840
28841
28842
28843
28844
28845
# File 'lib/aws-sdk-securityhub/types.rb', line 28836

class ProcessDetails < Struct.new(
  :name,
  :path,
  :pid,
  :parent_pid,
  :launched_at,
  :terminated_at)
  SENSITIVE = []
  include Aws::Structure
end