Class: Aws::GuardDuty::Types::ProcessDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Information about the observed process.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#euid ⇒ Integer

The effective user ID of the user that executed the process.

Returns:

  • (Integer)


10929
10930
10931
10932
10933
10934
10935
10936
10937
10938
10939
10940
10941
10942
10943
10944
10945
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10929

class ProcessDetails < Struct.new(
  :name,
  :executable_path,
  :executable_sha_256,
  :namespace_pid,
  :pwd,
  :pid,
  :start_time,
  :uuid,
  :parent_uuid,
  :user,
  :user_id,
  :euid,
  :lineage)
  SENSITIVE = []
  include Aws::Structure
end

#executable_path ⇒ String

The absolute path of the process executable file.

Returns:

  • (String)


10929
10930
10931
10932
10933
10934
10935
10936
10937
10938
10939
10940
10941
10942
10943
10944
10945
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10929

class ProcessDetails < Struct.new(
  :name,
  :executable_path,
  :executable_sha_256,
  :namespace_pid,
  :pwd,
  :pid,
  :start_time,
  :uuid,
  :parent_uuid,
  :user,
  :user_id,
  :euid,
  :lineage)
  SENSITIVE = []
  include Aws::Structure
end

#executable_sha_256 ⇒ String

The SHA256 hash of the process executable.

Returns:

  • (String)


10929
10930
10931
10932
10933
10934
10935
10936
10937
10938
10939
10940
10941
10942
10943
10944
10945
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10929

class ProcessDetails < Struct.new(
  :name,
  :executable_path,
  :executable_sha_256,
  :namespace_pid,
  :pwd,
  :pid,
  :start_time,
  :uuid,
  :parent_uuid,
  :user,
  :user_id,
  :euid,
  :lineage)
  SENSITIVE = []
  include Aws::Structure
end

#lineage ⇒ Array<Types::LineageObject>

Information about the process's lineage.

Returns:



10929
10930
10931
10932
10933
10934
10935
10936
10937
10938
10939
10940
10941
10942
10943
10944
10945
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10929

class ProcessDetails < Struct.new(
  :name,
  :executable_path,
  :executable_sha_256,
  :namespace_pid,
  :pwd,
  :pid,
  :start_time,
  :uuid,
  :parent_uuid,
  :user,
  :user_id,
  :euid,
  :lineage)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The name of the process.

Returns:

  • (String)


10929
10930
10931
10932
10933
10934
10935
10936
10937
10938
10939
10940
10941
10942
10943
10944
10945
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10929

class ProcessDetails < Struct.new(
  :name,
  :executable_path,
  :executable_sha_256,
  :namespace_pid,
  :pwd,
  :pid,
  :start_time,
  :uuid,
  :parent_uuid,
  :user,
  :user_id,
  :euid,
  :lineage)
  SENSITIVE = []
  include Aws::Structure
end

#namespace_pid ⇒ Integer

The ID of the child process.

Returns:

  • (Integer)


10929
10930
10931
10932
10933
10934
10935
10936
10937
10938
10939
10940
10941
10942
10943
10944
10945
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10929

class ProcessDetails < Struct.new(
  :name,
  :executable_path,
  :executable_sha_256,
  :namespace_pid,
  :pwd,
  :pid,
  :start_time,
  :uuid,
  :parent_uuid,
  :user,
  :user_id,
  :euid,
  :lineage)
  SENSITIVE = []
  include Aws::Structure
end

#parent_uuid ⇒ String

The unique ID of the parent process. This ID is assigned to the parent process by GuardDuty.

Returns:

  • (String)


10929
10930
10931
10932
10933
10934
10935
10936
10937
10938
10939
10940
10941
10942
10943
10944
10945
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10929

class ProcessDetails < Struct.new(
  :name,
  :executable_path,
  :executable_sha_256,
  :namespace_pid,
  :pwd,
  :pid,
  :start_time,
  :uuid,
  :parent_uuid,
  :user,
  :user_id,
  :euid,
  :lineage)
  SENSITIVE = []
  include Aws::Structure
end

#pid ⇒ Integer

The ID of the process.

Returns:

  • (Integer)


10929
10930
10931
10932
10933
10934
10935
10936
10937
10938
10939
10940
10941
10942
10943
10944
10945
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10929

class ProcessDetails < Struct.new(
  :name,
  :executable_path,
  :executable_sha_256,
  :namespace_pid,
  :pwd,
  :pid,
  :start_time,
  :uuid,
  :parent_uuid,
  :user,
  :user_id,
  :euid,
  :lineage)
  SENSITIVE = []
  include Aws::Structure
end

#pwd ⇒ String

The present working directory of the process.

Returns:

  • (String)


10929
10930
10931
10932
10933
10934
10935
10936
10937
10938
10939
10940
10941
10942
10943
10944
10945
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10929

class ProcessDetails < Struct.new(
  :name,
  :executable_path,
  :executable_sha_256,
  :namespace_pid,
  :pwd,
  :pid,
  :start_time,
  :uuid,
  :parent_uuid,
  :user,
  :user_id,
  :euid,
  :lineage)
  SENSITIVE = []
  include Aws::Structure
end

#start_time ⇒ Time

The time when the process started. This is in UTC format.

Returns:

  • (Time)


10929
10930
10931
10932
10933
10934
10935
10936
10937
10938
10939
10940
10941
10942
10943
10944
10945
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10929

class ProcessDetails < Struct.new(
  :name,
  :executable_path,
  :executable_sha_256,
  :namespace_pid,
  :pwd,
  :pid,
  :start_time,
  :uuid,
  :parent_uuid,
  :user,
  :user_id,
  :euid,
  :lineage)
  SENSITIVE = []
  include Aws::Structure
end

#user ⇒ String

The user that executed the process.

Returns:

  • (String)


10929
10930
10931
10932
10933
10934
10935
10936
10937
10938
10939
10940
10941
10942
10943
10944
10945
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10929

class ProcessDetails < Struct.new(
  :name,
  :executable_path,
  :executable_sha_256,
  :namespace_pid,
  :pwd,
  :pid,
  :start_time,
  :uuid,
  :parent_uuid,
  :user,
  :user_id,
  :euid,
  :lineage)
  SENSITIVE = []
  include Aws::Structure
end

#user_id ⇒ Integer

The unique ID of the user that executed the process.

Returns:

  • (Integer)


10929
10930
10931
10932
10933
10934
10935
10936
10937
10938
10939
10940
10941
10942
10943
10944
10945
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10929

class ProcessDetails < Struct.new(
  :name,
  :executable_path,
  :executable_sha_256,
  :namespace_pid,
  :pwd,
  :pid,
  :start_time,
  :uuid,
  :parent_uuid,
  :user,
  :user_id,
  :euid,
  :lineage)
  SENSITIVE = []
  include Aws::Structure
end

#uuid ⇒ String

The unique ID assigned to the process by GuardDuty.

Returns:

  • (String)


10929
10930
10931
10932
10933
10934
10935
10936
10937
10938
10939
10940
10941
10942
10943
10944
10945
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10929

class ProcessDetails < Struct.new(
  :name,
  :executable_path,
  :executable_sha_256,
  :namespace_pid,
  :pwd,
  :pid,
  :start_time,
  :uuid,
  :parent_uuid,
  :user,
  :user_id,
  :euid,
  :lineage)
  SENSITIVE = []
  include Aws::Structure
end