Class: Aws::Types::GameSessionCreationLimitPolicy
- Inherits:
-
Object
- Object
- Aws::Types::GameSessionCreationLimitPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#new_game_sessions_per_creator ⇒ ::Integer
Returns the value of attribute new_game_sessions_per_creator.
-
#policy_period_in_minutes ⇒ ::Integer
Returns the value of attribute policy_period_in_minutes.
Instance Attribute Details
#new_game_sessions_per_creator ⇒ ::Integer
Returns the value of attribute new_game_sessions_per_creator.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def new_game_sessions_per_creator @new_game_sessions_per_creator end |
#policy_period_in_minutes ⇒ ::Integer
Returns the value of attribute policy_period_in_minutes.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def policy_period_in_minutes @policy_period_in_minutes end |