Class: Aws::Types::GameServer
- Inherits:
-
Object
- Object
- Aws::Types::GameServer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#claim_status ⇒ "CLAIMED"
Returns the value of attribute claim_status.
-
#connection_info ⇒ ::String
Returns the value of attribute connection_info.
-
#game_server_data ⇒ ::String
Returns the value of attribute game_server_data.
-
#game_server_group_arn ⇒ ::String
Returns the value of attribute game_server_group_arn.
-
#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.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#last_claim_time ⇒ ::Time
Returns the value of attribute last_claim_time.
-
#last_health_check_time ⇒ ::Time
Returns the value of attribute last_health_check_time.
-
#registration_time ⇒ ::Time
Returns the value of attribute registration_time.
-
#utilization_status ⇒ "AVAILABLE", "UTILIZED"
Returns the value of attribute utilization_status.
Instance Attribute Details
#claim_status ⇒ "CLAIMED"
Returns the value of attribute claim_status.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def utilization_status @utilization_status end |