Class: Aws::Types::UpdateGameServerInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGameServerInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#game_server_data ⇒ ::String
Returns the value of attribute game_server_data.
-
#game_server_group_name ⇒ ::String
Returns the value of attribute game_server_group_name.
-
#game_server_id ⇒ ::String
Returns the value of attribute game_server_id.
-
#health_check ⇒ "HEALTHY"
Returns the value of attribute health_check.
-
#utilization_status ⇒ "AVAILABLE", "UTILIZED"
Returns the value of attribute utilization_status.
Instance Attribute Details
#game_server_data ⇒ ::String
Returns the value of attribute game_server_data.
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.
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.
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.
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.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def utilization_status @utilization_status end |