Class: Aws::Types::LineageObject
- Inherits:
-
Object
- Object
- Aws::Types::LineageObject
- 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.
-
#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.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#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.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def euid @euid end |
#executable_path ⇒ ::String
Returns the value of attribute executable_path.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def executable_path @executable_path end |
#name ⇒ ::String
Returns the value of attribute name.
1812 1813 1814 |
# File 'sig/types.rbs', line 1812 def name @name end |
#namespace_pid ⇒ ::Integer
Returns the value of attribute namespace_pid.
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.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def parent_uuid @parent_uuid end |
#pid ⇒ ::Integer
Returns the value of attribute pid.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def pid @pid end |
#start_time ⇒ ::Time
Returns the value of attribute start_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.
1811 1812 1813 |
# File 'sig/types.rbs', line 1811 def user_id @user_id end |
#uuid ⇒ ::String
Returns the value of attribute uuid.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def uuid @uuid end |