Class: Aws::Types::CreateGameSessionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:game_session_data])

Instance Attribute Summary collapse

Instance Attribute Details

#alias_id::String

Returns the value of attribute alias_id.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def alias_id
  @alias_id
end

#creator_id::String

Returns the value of attribute creator_id.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def creator_id
  @creator_id
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def fleet_id
  @fleet_id
end

#game_properties::Array[Types::GameProperty]

Returns the value of attribute game_properties.

Returns:



382
383
384
# File 'sig/types.rbs', line 382

def game_properties
  @game_properties
end

#game_session_data::String

Returns the value of attribute game_session_data.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def game_session_data
  @game_session_data
end

#game_session_id::String

Returns the value of attribute game_session_id.

Returns:

  • (::String)


384
385
386
# File 'sig/types.rbs', line 384

def game_session_id
  @game_session_id
end

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def idempotency_token
  @idempotency_token
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def location
  @location
end

#maximum_player_session_count::Integer

Returns the value of attribute maximum_player_session_count.

Returns:

  • (::Integer)


380
381
382
# File 'sig/types.rbs', line 380

def maximum_player_session_count
  @maximum_player_session_count
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def name
  @name
end