Class: Aws::Types::FleetUtilization

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_game_session_count::Integer

Returns the value of attribute active_game_session_count.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1185
1186
1187
# File 'sig/types.rbs', line 1185

def fleet_id
  @fleet_id
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1190
1191
1192
# File 'sig/types.rbs', line 1190

def maximum_player_session_count
  @maximum_player_session_count
end