Class: Aws::Types::ProcessDetails
- Inherits:
-
Object
- Object
- Aws::Types::ProcessDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#launched_at ⇒ ::String
Returns the value of attribute launched_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parent_pid ⇒ ::Integer
Returns the value of attribute parent_pid.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#pid ⇒ ::Integer
Returns the value of attribute pid.
-
#terminated_at ⇒ ::String
Returns the value of attribute terminated_at.
Instance Attribute Details
#launched_at ⇒ ::String
Returns the value of attribute launched_at.
6888 6889 6890 |
# File 'sig/types.rbs', line 6888 def launched_at @launched_at end |
#name ⇒ ::String
Returns the value of attribute name.
6884 6885 6886 |
# File 'sig/types.rbs', line 6884 def name @name end |
#parent_pid ⇒ ::Integer
Returns the value of attribute parent_pid.
6887 6888 6889 |
# File 'sig/types.rbs', line 6887 def parent_pid @parent_pid end |
#path ⇒ ::String
Returns the value of attribute path.
6885 6886 6887 |
# File 'sig/types.rbs', line 6885 def path @path end |
#pid ⇒ ::Integer
Returns the value of attribute pid.
6886 6887 6888 |
# File 'sig/types.rbs', line 6886 def pid @pid end |
#terminated_at ⇒ ::String
Returns the value of attribute terminated_at.
6889 6890 6891 |
# File 'sig/types.rbs', line 6889 def terminated_at @terminated_at end |