Class: Aws::EC2::Types::InstanceTypeInfoFromInstanceRequirements
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::InstanceTypeInfoFromInstanceRequirements
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
The list of instance types with the specified instance attributes.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #instance_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The matching instance type.
 
Instance Attribute Details
#instance_type ⇒ String
The matching instance type.
      45631 45632 45633 45634 45635  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45631 class InstanceTypeInfoFromInstanceRequirements < Struct.new( :instance_type) SENSITIVE = [] include Aws::Structure end  |