Class: Aws::Types::ProcessDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#euid::Integer

Returns the value of attribute euid.

Returns:

  • (::Integer)


2458
2459
2460
# File 'sig/types.rbs', line 2458

def euid
  @euid
end

#executable_path::String

Returns the value of attribute executable_path.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



2459
2460
2461
# File 'sig/types.rbs', line 2459

def lineage
  @lineage
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2447
2448
2449
# File 'sig/types.rbs', line 2447

def name
  @name
end

#namespace_pid::Integer

Returns the value of attribute namespace_pid.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


2455
2456
2457
# File 'sig/types.rbs', line 2455

def parent_uuid
  @parent_uuid
end

#pid::Integer

Returns the value of attribute pid.

Returns:

  • (::Integer)


2452
2453
2454
# File 'sig/types.rbs', line 2452

def pid
  @pid
end

#pwd::String

Returns the value of attribute pwd.

Returns:

  • (::String)


2451
2452
2453
# File 'sig/types.rbs', line 2451

def pwd
  @pwd
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


2453
2454
2455
# File 'sig/types.rbs', line 2453

def start_time
  @start_time
end

#user::String

Returns the value of attribute user.

Returns:

  • (::String)


2456
2457
2458
# File 'sig/types.rbs', line 2456

def user
  @user
end

#user_id::Integer

Returns the value of attribute user_id.

Returns:

  • (::Integer)


2457
2458
2459
# File 'sig/types.rbs', line 2457

def user_id
  @user_id
end

#uuid::String

Returns the value of attribute uuid.

Returns:

  • (::String)


2454
2455
2456
# File 'sig/types.rbs', line 2454

def uuid
  @uuid
end