Class: Aws::Types::UpdateGameSessionInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGameSessionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#game_properties ⇒ ::Array[Types::GameProperty]
Returns the value of attribute game_properties.
-
#game_session_id ⇒ ::String
Returns the value of attribute game_session_id.
-
#maximum_player_session_count ⇒ ::Integer
Returns the value of attribute maximum_player_session_count.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#player_session_creation_policy ⇒ "ACCEPT_ALL", "DENY_ALL"
Returns the value of attribute player_session_creation_policy.
-
#protection_policy ⇒ "NoProtection", "FullProtection"
Returns the value of attribute protection_policy.
Instance Attribute Details
#game_properties ⇒ ::Array[Types::GameProperty]
Returns the value of attribute game_properties.
2392 2393 2394 |
# File 'sig/types.rbs', line 2392 def game_properties @game_properties end |
#game_session_id ⇒ ::String
Returns the value of attribute game_session_id.
2387 2388 2389 |
# File 'sig/types.rbs', line 2387 def game_session_id @game_session_id end |
#maximum_player_session_count ⇒ ::Integer
Returns the value of attribute maximum_player_session_count.
2388 2389 2390 |
# File 'sig/types.rbs', line 2388 def maximum_player_session_count @maximum_player_session_count end |
#name ⇒ ::String
Returns the value of attribute name.
2389 2390 2391 |
# File 'sig/types.rbs', line 2389 def name @name end |
#player_session_creation_policy ⇒ "ACCEPT_ALL", "DENY_ALL"
Returns the value of attribute player_session_creation_policy.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def player_session_creation_policy @player_session_creation_policy end |
#protection_policy ⇒ "NoProtection", "FullProtection"
Returns the value of attribute protection_policy.
2391 2392 2393 |
# File 'sig/types.rbs', line 2391 def protection_policy @protection_policy end |