Class: Aws::GameLift::Types::LocationAttributes

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

Details about a location in a multi-location fleet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_stateTypes::LocationState

A fleet location and its current life-cycle state.



6311
6312
6313
6314
6315
6316
6317
# File 'lib/aws-sdk-gamelift/types.rb', line 6311

class LocationAttributes < Struct.new(
  :location_state,
  :stopped_actions,
  :update_status)
  SENSITIVE = []
  include Aws::Structure
end

#stopped_actionsArray<String>

A list of fleet actions that have been suspended in the fleet location.

Returns:

  • (Array<String>)


6311
6312
6313
6314
6315
6316
6317
# File 'lib/aws-sdk-gamelift/types.rb', line 6311

class LocationAttributes < Struct.new(
  :location_state,
  :stopped_actions,
  :update_status)
  SENSITIVE = []
  include Aws::Structure
end

#update_statusString

The status of fleet activity updates to the location. The status ‘PENDING_UPDATE` indicates that `StopFleetActions` or `StartFleetActions` has been requested but the update has not yet been completed for the location.

Returns:

  • (String)


6311
6312
6313
6314
6315
6316
6317
# File 'lib/aws-sdk-gamelift/types.rb', line 6311

class LocationAttributes < Struct.new(
  :location_state,
  :stopped_actions,
  :update_status)
  SENSITIVE = []
  include Aws::Structure
end