Class: Aws::Types::ServerProcess

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#concurrent_executions::Integer

Returns the value of attribute concurrent_executions.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


2039
2040
2041
# File 'sig/types.rbs', line 2039

def launch_path
  @launch_path
end

#parameters::String

Returns the value of attribute parameters.

Returns:

  • (::String)


2040
2041
2042
# File 'sig/types.rbs', line 2040

def parameters
  @parameters
end