Class: Aws::GameLift::Types::StartFleetActionsInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::StartFleetActionsInput
 
 
- Defined in:
 - gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #actions  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of actions to restart on the fleet.
 - 
  
    
      #fleet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the fleet to restart actions on.
 - 
  
    
      #location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The fleet location to restart fleet actions for.
 
Instance Attribute Details
#actions ⇒ Array<String>
List of actions to restart on the fleet.
      10465 10466 10467 10468 10469 10470 10471  | 
    
      # File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 10465 class StartFleetActionsInput < Struct.new( :fleet_id, :actions, :location) SENSITIVE = [] include Aws::Structure end  | 
  
#fleet_id ⇒ String
A unique identifier for the fleet to restart actions on. You can use either the fleet ID or ARN value.
      10465 10466 10467 10468 10469 10470 10471  | 
    
      # File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 10465 class StartFleetActionsInput < Struct.new( :fleet_id, :actions, :location) SENSITIVE = [] include Aws::Structure end  | 
  
#location ⇒ String
The fleet location to restart fleet actions for. Specify a location
in the form of an Amazon Web Services Region code, such as
us-west-2.
      10465 10466 10467 10468 10469 10470 10471  | 
    
      # File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 10465 class StartFleetActionsInput < Struct.new( :fleet_id, :actions, :location) SENSITIVE = [] include Aws::Structure end  |