Class: Aws::Types::LineageObject

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)


1816
1817
1818
# File 'sig/types.rbs', line 1816

def euid
  @euid
end

#executable_path::String

Returns the value of attribute executable_path.

Returns:

  • (::String)


1815
1816
1817
# File 'sig/types.rbs', line 1815

def executable_path
  @executable_path
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1812
1813
1814
# File 'sig/types.rbs', line 1812

def name
  @name
end

#namespace_pid::Integer

Returns the value of attribute namespace_pid.

Returns:

  • (::Integer)


1810
1811
1812
# File 'sig/types.rbs', line 1810

def namespace_pid
  @namespace_pid
end

#parent_uuid::String

Returns the value of attribute parent_uuid.

Returns:

  • (::String)


1817
1818
1819
# File 'sig/types.rbs', line 1817

def parent_uuid
  @parent_uuid
end

#pid::Integer

Returns the value of attribute pid.

Returns:

  • (::Integer)


1813
1814
1815
# File 'sig/types.rbs', line 1813

def pid
  @pid
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1809
1810
1811
# File 'sig/types.rbs', line 1809

def start_time
  @start_time
end

#user_id::Integer

Returns the value of attribute user_id.

Returns:

  • (::Integer)


1811
1812
1813
# File 'sig/types.rbs', line 1811

def user_id
  @user_id
end

#uuid::String

Returns the value of attribute uuid.

Returns:

  • (::String)


1814
1815
1816
# File 'sig/types.rbs', line 1814

def uuid
  @uuid
end