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.
      7703 7704 7705 7706 7707 7708 7709  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 7703 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.
      7703 7704 7705 7706 7707 7708 7709  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 7703 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.
      7703 7704 7705 7706 7707 7708 7709  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 7703 class LocationAttributes < Struct.new( :location_state, :stopped_actions, :update_status) SENSITIVE = [] include Aws::Structure end  |