Class: Aws::Types::ServerProcess
- Inherits:
-
Object
- Object
- Aws::Types::ServerProcess
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#concurrent_executions ⇒ ::Integer
Returns the value of attribute concurrent_executions.
-
#launch_path ⇒ ::String
Returns the value of attribute launch_path.
-
#parameters ⇒ ::String
Returns the value of attribute parameters.
Instance Attribute Details
#concurrent_executions ⇒ ::Integer
Returns the value of attribute concurrent_executions.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def concurrent_executions @concurrent_executions end |
#launch_path ⇒ ::String
Returns the value of attribute launch_path.
2039 2040 2041 |
# File 'sig/types.rbs', line 2039 def launch_path @launch_path end |
#parameters ⇒ ::String
Returns the value of attribute parameters.
2040 2041 2042 |
# File 'sig/types.rbs', line 2040 def parameters @parameters end |