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

#euidInteger

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

Returns:

  • (Integer)


6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6199

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_pathString

The absolute path of the process executable file.

Returns:

  • (String)


6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6199

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_256String

The SHA256 hash of the process executable.

Returns:

  • (String)


6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6199

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

#lineageArray<Types::LineageObject>

Information about the process's lineage.

Returns:



6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6199

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

#nameString

The name of the process.

Returns:

  • (String)


6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6199

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_pidInteger

The ID of the child process.

Returns:

  • (Integer)


6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6199

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_uuidString

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

Returns:

  • (String)


6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6199

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

#pidInteger

The ID of the process.

Returns:

  • (Integer)


6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6199

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

#pwdString

The present working directory of the process.

Returns:

  • (String)


6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6199

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_timeTime

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

Returns:

  • (Time)


6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6199

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

#userString

The user that executed the process.

Returns:

  • (String)


6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6199

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_idInteger

The unique ID of the user that executed the process.

Returns:

  • (Integer)


6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6199

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

#uuidString

The unique ID assigned to the process by GuardDuty.

Returns:

  • (String)


6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6199

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