Class: Aws::Types::GameSessionDetail
- Inherits:
-
Object
- Object
- Aws::Types::GameSessionDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#game_session ⇒ Types::GameSession
Returns the value of attribute game_session.
-
#protection_policy ⇒ "NoProtection", "FullProtection"
Returns the value of attribute protection_policy.
Instance Attribute Details
#game_session ⇒ Types::GameSession
Returns the value of attribute game_session.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def game_session @game_session end |
#protection_policy ⇒ "NoProtection", "FullProtection"
Returns the value of attribute protection_policy.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def protection_policy @protection_policy end |