Class: Aws::GameLift::Types::DescribeEC2InstanceLimitsInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::DescribeEC2InstanceLimitsInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ec2_instance_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of an Amazon EC2 instance type that is supported in Amazon GameLift.
 - 
  
    
      #location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of a remote location to request instance limits for, in the form of an Amazon Web Services Region code such as ‘us-west-2`.
 
Instance Attribute Details
#ec2_instance_type ⇒ String
Name of an Amazon EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. Do not specify a value for this parameter to retrieve limits for all instance types.
      3587 3588 3589 3590 3591 3592  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 3587 class DescribeEC2InstanceLimitsInput < Struct.new( :ec2_instance_type, :location) SENSITIVE = [] include Aws::Structure end  | 
  
#location ⇒ String
The name of a remote location to request instance limits for, in the form of an Amazon Web Services Region code such as ‘us-west-2`.
      3587 3588 3589 3590 3591 3592  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 3587 class DescribeEC2InstanceLimitsInput < Struct.new( :ec2_instance_type, :location) SENSITIVE = [] include Aws::Structure end  |