Class: Aws::Types::GameSessionDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#game_sessionTypes::GameSession

Returns the value of attribute game_session.

Returns:



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.

Returns:

  • ("NoProtection", "FullProtection")


1322
1323
1324
# File 'sig/types.rbs', line 1322

def protection_policy
  @protection_policy
end