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

#launched_at::String

Returns the value of attribute launched_at.

Returns:

  • (::String)


6888
6889
6890
# File 'sig/types.rbs', line 6888

def launched_at
  @launched_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6884
6885
6886
# File 'sig/types.rbs', line 6884

def name
  @name
end

#parent_pid::Integer

Returns the value of attribute parent_pid.

Returns:

  • (::Integer)


6887
6888
6889
# File 'sig/types.rbs', line 6887

def parent_pid
  @parent_pid
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


6885
6886
6887
# File 'sig/types.rbs', line 6885

def path
  @path
end

#pid::Integer

Returns the value of attribute pid.

Returns:

  • (::Integer)


6886
6887
6888
# File 'sig/types.rbs', line 6886

def pid
  @pid
end

#terminated_at::String

Returns the value of attribute terminated_at.

Returns:

  • (::String)


6889
6890
6891
# File 'sig/types.rbs', line 6889

def terminated_at
  @terminated_at
end