Class: Aws::GuardDuty::Types::LineageObject

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

Overview

Information about the runtime process details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#euidInteger

The effective user ID that was used to execute the process.

Returns:

  • (Integer)


4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
# File 'lib/aws-sdk-guardduty/types.rb', line 4416

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

#executable_pathString

The absolute path of the process executable file.

Returns:

  • (String)


4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
# File 'lib/aws-sdk-guardduty/types.rb', line 4416

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

#nameString

The name of the process.

Returns:

  • (String)


4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
# File 'lib/aws-sdk-guardduty/types.rb', line 4416

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

#namespace_pidInteger

The process ID of the child process.

Returns:

  • (Integer)


4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
# File 'lib/aws-sdk-guardduty/types.rb', line 4416

class LineageObject < Struct.new(
  :start_time,
  :namespace_pid,
  :user_id,
  :name,
  :pid,
  :uuid,
  :executable_path,
  :euid,
  :parent_uuid)
  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)


4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
# File 'lib/aws-sdk-guardduty/types.rb', line 4416

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

#pidInteger

The ID of the process.

Returns:

  • (Integer)


4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
# File 'lib/aws-sdk-guardduty/types.rb', line 4416

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

#start_timeTime

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

Returns:

  • (Time)


4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
# File 'lib/aws-sdk-guardduty/types.rb', line 4416

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

#user_idInteger

The user ID of the user that executed the process.

Returns:

  • (Integer)


4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
# File 'lib/aws-sdk-guardduty/types.rb', line 4416

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

#uuidString

The unique ID assigned to the process by GuardDuty.

Returns:

  • (String)


4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
# File 'lib/aws-sdk-guardduty/types.rb', line 4416

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