Class: Aws::Types::GameServer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:game_server_data])

Instance Attribute Summary collapse

Instance Attribute Details

#claim_status"CLAIMED"

Returns the value of attribute claim_status.

Returns:

  • ("CLAIMED")


1208
1209
1210
# File 'sig/types.rbs', line 1208

def claim_status
  @claim_status
end

#connection_info::String

Returns the value of attribute connection_info.

Returns:

  • (::String)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def connection_info
  @connection_info
end

#game_server_data::String

Returns the value of attribute game_server_data.

Returns:

  • (::String)


1207
1208
1209
# File 'sig/types.rbs', line 1207

def game_server_data
  @game_server_data
end

#game_server_group_arn::String

Returns the value of attribute game_server_group_arn.

Returns:

  • (::String)


1203
1204
1205
# File 'sig/types.rbs', line 1203

def game_server_group_arn
  @game_server_group_arn
end

#game_server_group_name::String

Returns the value of attribute game_server_group_name.

Returns:

  • (::String)


1202
1203
1204
# File 'sig/types.rbs', line 1202

def game_server_group_name
  @game_server_group_name
end

#game_server_id::String

Returns the value of attribute game_server_id.

Returns:

  • (::String)


1204
1205
1206
# File 'sig/types.rbs', line 1204

def game_server_id
  @game_server_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1205
1206
1207
# File 'sig/types.rbs', line 1205

def instance_id
  @instance_id
end

#last_claim_time::Time

Returns the value of attribute last_claim_time.

Returns:

  • (::Time)


1211
1212
1213
# File 'sig/types.rbs', line 1211

def last_claim_time
  @last_claim_time
end

#last_health_check_time::Time

Returns the value of attribute last_health_check_time.

Returns:

  • (::Time)


1212
1213
1214
# File 'sig/types.rbs', line 1212

def last_health_check_time
  @last_health_check_time
end

#registration_time::Time

Returns the value of attribute registration_time.

Returns:

  • (::Time)


1210
1211
1212
# File 'sig/types.rbs', line 1210

def registration_time
  @registration_time
end

#utilization_status"AVAILABLE", "UTILIZED"

Returns the value of attribute utilization_status.

Returns:

  • ("AVAILABLE", "UTILIZED")


1209
1210
1211
# File 'sig/types.rbs', line 1209

def utilization_status
  @utilization_status
end