Class: Aws::Types::ProcessDetails
- Inherits:
-
Object
- Object
- Aws::Types::ProcessDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#euid ⇒ ::Integer
Returns the value of attribute euid.
-
#executable_path ⇒ ::String
Returns the value of attribute executable_path.
-
#executable_sha_256 ⇒ ::String
Returns the value of attribute executable_sha_256.
-
#lineage ⇒ ::Array[Types::LineageObject]
Returns the value of attribute lineage.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#namespace_pid ⇒ ::Integer
Returns the value of attribute namespace_pid.
-
#parent_uuid ⇒ ::String
Returns the value of attribute parent_uuid.
-
#pid ⇒ ::Integer
Returns the value of attribute pid.
-
#pwd ⇒ ::String
Returns the value of attribute pwd.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#user ⇒ ::String
Returns the value of attribute user.
-
#user_id ⇒ ::Integer
Returns the value of attribute user_id.
-
#uuid ⇒ ::String
Returns the value of attribute uuid.
Instance Attribute Details
#euid ⇒ ::Integer
Returns the value of attribute euid.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def euid @euid end |
#executable_path ⇒ ::String
Returns the value of attribute executable_path.
2448 2449 2450 |
# File 'sig/types.rbs', line 2448 def executable_path @executable_path end |
#executable_sha_256 ⇒ ::String
Returns the value of attribute executable_sha_256.
2449 2450 2451 |
# File 'sig/types.rbs', line 2449 def executable_sha_256 @executable_sha_256 end |
#lineage ⇒ ::Array[Types::LineageObject]
Returns the value of attribute lineage.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def lineage @lineage end |
#name ⇒ ::String
Returns the value of attribute name.
2447 2448 2449 |
# File 'sig/types.rbs', line 2447 def name @name end |
#namespace_pid ⇒ ::Integer
Returns the value of attribute namespace_pid.
2450 2451 2452 |
# File 'sig/types.rbs', line 2450 def namespace_pid @namespace_pid end |
#parent_uuid ⇒ ::String
Returns the value of attribute parent_uuid.
2455 2456 2457 |
# File 'sig/types.rbs', line 2455 def parent_uuid @parent_uuid end |
#pid ⇒ ::Integer
Returns the value of attribute pid.
2452 2453 2454 |
# File 'sig/types.rbs', line 2452 def pid @pid end |
#pwd ⇒ ::String
Returns the value of attribute pwd.
2451 2452 2453 |
# File 'sig/types.rbs', line 2451 def pwd @pwd end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
2453 2454 2455 |
# File 'sig/types.rbs', line 2453 def start_time @start_time end |
#user ⇒ ::String
Returns the value of attribute user.
2456 2457 2458 |
# File 'sig/types.rbs', line 2456 def user @user end |
#user_id ⇒ ::Integer
Returns the value of attribute user_id.
2457 2458 2459 |
# File 'sig/types.rbs', line 2457 def user_id @user_id end |
#uuid ⇒ ::String
Returns the value of attribute uuid.
2454 2455 2456 |
# File 'sig/types.rbs', line 2454 def uuid @uuid end |