Class: Aws::Types::UpdateGameSessionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#game_properties::Array[Types::GameProperty]

Returns the value of attribute game_properties.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ACCEPT_ALL", "DENY_ALL")


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.

Returns:

  • ("NoProtection", "FullProtection")


2391
2392
2393
# File 'sig/types.rbs', line 2391

def protection_policy
  @protection_policy
end