Class: Aws::Types::GameSession

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:ip_address, :port, :game_session_data, :matchmaker_data])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_name::String

Returns the value of attribute compute_name.

Returns:

  • (::String)


1299
1300
1301
# File 'sig/types.rbs', line 1299

def compute_name
  @compute_name
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1284
1285
1286
# File 'sig/types.rbs', line 1284

def creation_time
  @creation_time
end

#creator_id::String

Returns the value of attribute creator_id.

Returns:

  • (::String)


1295
1296
1297
# File 'sig/types.rbs', line 1295

def creator_id
  @creator_id
end

#current_player_session_count::Integer

Returns the value of attribute current_player_session_count.

Returns:

  • (::Integer)


1286
1287
1288
# File 'sig/types.rbs', line 1286

def current_player_session_count
  @current_player_session_count
end

#dns_name::String

Returns the value of attribute dns_name.

Returns:

  • (::String)


1292
1293
1294
# File 'sig/types.rbs', line 1292

def dns_name
  @dns_name
end

#fleet_arn::String

Returns the value of attribute fleet_arn.

Returns:

  • (::String)


1283
1284
1285
# File 'sig/types.rbs', line 1283

def fleet_arn
  @fleet_arn
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


1282
1283
1284
# File 'sig/types.rbs', line 1282

def fleet_id
  @fleet_id
end

#game_properties::Array[Types::GameProperty]

Returns the value of attribute game_properties.

Returns:



1290
1291
1292
# File 'sig/types.rbs', line 1290

def game_properties
  @game_properties
end

#game_session_data::String

Returns the value of attribute game_session_data.

Returns:

  • (::String)


1296
1297
1298
# File 'sig/types.rbs', line 1296

def game_session_data
  @game_session_data
end

#game_session_id::String

Returns the value of attribute game_session_id.

Returns:

  • (::String)


1280
1281
1282
# File 'sig/types.rbs', line 1280

def game_session_id
  @game_session_id
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


1291
1292
1293
# File 'sig/types.rbs', line 1291

def ip_address
  @ip_address
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


1298
1299
1300
# File 'sig/types.rbs', line 1298

def location
  @location
end

#matchmaker_data::String

Returns the value of attribute matchmaker_data.

Returns:

  • (::String)


1297
1298
1299
# File 'sig/types.rbs', line 1297

def matchmaker_data
  @matchmaker_data
end

#maximum_player_session_count::Integer

Returns the value of attribute maximum_player_session_count.

Returns:

  • (::Integer)


1287
1288
1289
# File 'sig/types.rbs', line 1287

def maximum_player_session_count
  @maximum_player_session_count
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1281
1282
1283
# File 'sig/types.rbs', line 1281

def name
  @name
end

#player_gateway_status"DISABLED", "ENABLED"

Returns the value of attribute player_gateway_status.

Returns:

  • ("DISABLED", "ENABLED")


1300
1301
1302
# File 'sig/types.rbs', line 1300

def player_gateway_status
  @player_gateway_status
end

#player_session_creation_policy"ACCEPT_ALL", "DENY_ALL"

Returns the value of attribute player_session_creation_policy.

Returns:

  • ("ACCEPT_ALL", "DENY_ALL")


1294
1295
1296
# File 'sig/types.rbs', line 1294

def player_session_creation_policy
  @player_session_creation_policy
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1293
1294
1295
# File 'sig/types.rbs', line 1293

def port
  @port
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "ACTIVATING", "TERMINATED", "TERMINATING", "ERROR")


1288
1289
1290
# File 'sig/types.rbs', line 1288

def status
  @status
end

#status_reason"INTERRUPTED", ...

Returns the value of attribute status_reason.

Returns:

  • ("INTERRUPTED", "TRIGGERED_ON_PROCESS_TERMINATE", "FORCE_TERMINATED")


1289
1290
1291
# File 'sig/types.rbs', line 1289

def status_reason
  @status_reason
end

#termination_time::Time

Returns the value of attribute termination_time.

Returns:

  • (::Time)


1285
1286
1287
# File 'sig/types.rbs', line 1285

def termination_time
  @termination_time
end