Class: Aws::GameLift::Types::LocationAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::LocationAttributes
- 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
-
#location_state ⇒ Types::LocationState
A fleet location and its current life-cycle state.
-
#stopped_actions ⇒ Array<String>
A list of fleet actions that have been suspended in the fleet location.
-
#update_status ⇒ String
The status of fleet activity updates to the location.
Instance Attribute Details
#location_state ⇒ Types::LocationState
A fleet location and its current life-cycle state.
8280 8281 8282 8283 8284 8285 8286 |
# File 'lib/aws-sdk-gamelift/types.rb', line 8280 class LocationAttributes < Struct.new( :location_state, :stopped_actions, :update_status) SENSITIVE = [] include Aws::Structure end |
#stopped_actions ⇒ Array<String>
A list of fleet actions that have been suspended in the fleet location.
8280 8281 8282 8283 8284 8285 8286 |
# File 'lib/aws-sdk-gamelift/types.rb', line 8280 class LocationAttributes < Struct.new( :location_state, :stopped_actions, :update_status) SENSITIVE = [] include Aws::Structure end |
#update_status ⇒ String
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.
8280 8281 8282 8283 8284 8285 8286 |
# File 'lib/aws-sdk-gamelift/types.rb', line 8280 class LocationAttributes < Struct.new( :location_state, :stopped_actions, :update_status) SENSITIVE = [] include Aws::Structure end |