Class: Aws::Types::UpdateGameServerInput

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

#game_server_data::String

Returns the value of attribute game_server_data.

Returns:

  • (::String)


2375
2376
2377
# File 'sig/types.rbs', line 2375

def game_server_data
  @game_server_data
end

#game_server_group_name::String

Returns the value of attribute game_server_group_name.

Returns:

  • (::String)


2373
2374
2375
# File 'sig/types.rbs', line 2373

def game_server_group_name
  @game_server_group_name
end

#game_server_id::String

Returns the value of attribute game_server_id.

Returns:

  • (::String)


2374
2375
2376
# File 'sig/types.rbs', line 2374

def game_server_id
  @game_server_id
end

#health_check"HEALTHY"

Returns the value of attribute health_check.

Returns:

  • ("HEALTHY")


2377
2378
2379
# File 'sig/types.rbs', line 2377

def health_check
  @health_check
end

#utilization_status"AVAILABLE", "UTILIZED"

Returns the value of attribute utilization_status.

Returns:

  • ("AVAILABLE", "UTILIZED")


2376
2377
2378
# File 'sig/types.rbs', line 2376

def utilization_status
  @utilization_status
end