Class: Aws::Types::RuntimeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RuntimeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#game_session_activation_timeout_seconds ⇒ ::Integer
Returns the value of attribute game_session_activation_timeout_seconds.
-
#max_concurrent_game_session_activations ⇒ ::Integer
Returns the value of attribute max_concurrent_game_session_activations.
-
#server_processes ⇒ ::Array[Types::ServerProcess]
Returns the value of attribute server_processes.
Instance Attribute Details
#game_session_activation_timeout_seconds ⇒ ::Integer
Returns the value of attribute game_session_activation_timeout_seconds.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def game_session_activation_timeout_seconds @game_session_activation_timeout_seconds end |
#max_concurrent_game_session_activations ⇒ ::Integer
Returns the value of attribute max_concurrent_game_session_activations.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def max_concurrent_game_session_activations @max_concurrent_game_session_activations end |
#server_processes ⇒ ::Array[Types::ServerProcess]
Returns the value of attribute server_processes.
1977 1978 1979 |
# File 'sig/types.rbs', line 1977 def server_processes @server_processes end |