Class: Aws::GameLift::Types::UpdateFleetCapacityOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::GameLift::Types::UpdateFleetCapacityOutput
 
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #fleet_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name ([ARN][1]) that is assigned to a Amazon GameLift Servers fleet resource and uniquely identifies it. 
- 
  
    
      #fleet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A unique identifier for the fleet that was updated. 
- 
  
    
      #location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The remote location being updated, expressed as an Amazon Web Services Region code, such as us-west-2.
Instance Attribute Details
#fleet_arn ⇒ String
The Amazon Resource Name (ARN) that is assigned to a Amazon
GameLift Servers 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.
| 11875 11876 11877 11878 11879 11880 11881 | # File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 11875 class UpdateFleetCapacityOutput < Struct.new( :fleet_id, :fleet_arn, :location) SENSITIVE = [] include Aws::Structure end | 
#fleet_id ⇒ String
A unique identifier for the fleet that was updated.
| 11875 11876 11877 11878 11879 11880 11881 | # File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 11875 class UpdateFleetCapacityOutput < Struct.new( :fleet_id, :fleet_arn, :location) SENSITIVE = [] include Aws::Structure end | 
#location ⇒ String
The remote location being updated, expressed as an Amazon Web
Services Region code, such as us-west-2.
| 11875 11876 11877 11878 11879 11880 11881 | # File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 11875 class UpdateFleetCapacityOutput < Struct.new( :fleet_id, :fleet_arn, :location) SENSITIVE = [] include Aws::Structure end |