Class: Aws::Types::FleetUtilization
- Inherits:
-
Object
- Object
- Aws::Types::FleetUtilization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_game_session_count ⇒ ::Integer
Returns the value of attribute active_game_session_count.
-
#active_server_process_count ⇒ ::Integer
Returns the value of attribute active_server_process_count.
-
#current_player_session_count ⇒ ::Integer
Returns the value of attribute current_player_session_count.
-
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#maximum_player_session_count ⇒ ::Integer
Returns the value of attribute maximum_player_session_count.
Instance Attribute Details
#active_game_session_count ⇒ ::Integer
Returns the value of attribute active_game_session_count.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def active_game_session_count @active_game_session_count end |
#active_server_process_count ⇒ ::Integer
Returns the value of attribute active_server_process_count.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def active_server_process_count @active_server_process_count end |
#current_player_session_count ⇒ ::Integer
Returns the value of attribute current_player_session_count.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def current_player_session_count @current_player_session_count end |
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def fleet_arn @fleet_arn end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def fleet_id @fleet_id end |
#location ⇒ ::String
Returns the value of attribute location.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def location @location end |
#maximum_player_session_count ⇒ ::Integer
Returns the value of attribute maximum_player_session_count.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def maximum_player_session_count @maximum_player_session_count end |