Class: Aws::GuardDuty::Types::LineageObject
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::LineageObject
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Information about the runtime process details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#euid ⇒ Integer
The effective user ID that was used to execute the process.
-
#executable_path ⇒ String
The absolute path of the process executable file.
-
#name ⇒ String
The name of the process.
-
#namespace_pid ⇒ Integer
The process ID of the child process.
-
#parent_uuid ⇒ String
The unique ID of the parent process.
-
#pid ⇒ Integer
The ID of the process.
-
#start_time ⇒ Time
The time when the process started.
-
#user_id ⇒ Integer
The user ID of the user that executed the process.
-
#uuid ⇒ String
The unique ID assigned to the process by GuardDuty.
Instance Attribute Details
#euid ⇒ Integer
The effective user ID that was used to execute the process.
4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4980 class LineageObject < Struct.new( :start_time, :namespace_pid, :user_id, :name, :pid, :uuid, :executable_path, :euid, :parent_uuid) SENSITIVE = [] include Aws::Structure end |
#executable_path ⇒ String
The absolute path of the process executable file.
4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4980 class LineageObject < Struct.new( :start_time, :namespace_pid, :user_id, :name, :pid, :uuid, :executable_path, :euid, :parent_uuid) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the process.
4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4980 class LineageObject < Struct.new( :start_time, :namespace_pid, :user_id, :name, :pid, :uuid, :executable_path, :euid, :parent_uuid) SENSITIVE = [] include Aws::Structure end |
#namespace_pid ⇒ Integer
The process ID of the child process.
4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4980 class LineageObject < Struct.new( :start_time, :namespace_pid, :user_id, :name, :pid, :uuid, :executable_path, :euid, :parent_uuid) 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.
4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4980 class LineageObject < Struct.new( :start_time, :namespace_pid, :user_id, :name, :pid, :uuid, :executable_path, :euid, :parent_uuid) SENSITIVE = [] include Aws::Structure end |
#pid ⇒ Integer
The ID of the process.
4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4980 class LineageObject < Struct.new( :start_time, :namespace_pid, :user_id, :name, :pid, :uuid, :executable_path, :euid, :parent_uuid) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time when the process started. This is in UTC format.
4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4980 class LineageObject < Struct.new( :start_time, :namespace_pid, :user_id, :name, :pid, :uuid, :executable_path, :euid, :parent_uuid) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ Integer
The user ID of the user that executed the process.
4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4980 class LineageObject < Struct.new( :start_time, :namespace_pid, :user_id, :name, :pid, :uuid, :executable_path, :euid, :parent_uuid) SENSITIVE = [] include Aws::Structure end |
#uuid ⇒ String
The unique ID assigned to the process by GuardDuty.
4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4980 class LineageObject < Struct.new( :start_time, :namespace_pid, :user_id, :name, :pid, :uuid, :executable_path, :euid, :parent_uuid) SENSITIVE = [] include Aws::Structure end |