Class: Aws::GameLift::Types::StartFleetActionsOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::StartFleetActionsOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #fleet_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name ([ARN]) that is assigned to a Amazon GameLift fleet resource and uniquely identifies it.
 - 
  
    
      #fleet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the fleet to restart actions on.
 
Instance Attribute Details
#fleet_arn ⇒ String
The Amazon Resource Name ([ARN]) that is assigned to a Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is ‘arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912`.
[1]: docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html
      9607 9608 9609 9610 9611 9612  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 9607 class StartFleetActionsOutput < Struct.new( :fleet_id, :fleet_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#fleet_id ⇒ String
A unique identifier for the fleet to restart actions on.
      9607 9608 9609 9610 9611 9612  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 9607 class StartFleetActionsOutput < Struct.new( :fleet_id, :fleet_arn) SENSITIVE = [] include Aws::Structure end  |