Class: Aws::EC2::Types::InstanceTypeOffering
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::InstanceTypeOffering
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
The instance types offered.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #instance_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The instance type.
 - 
  
    
      #location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier for the location.
 - 
  
    
      #location_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The location type.
 
Instance Attribute Details
#instance_type ⇒ String
The instance type. For more information, see [Instance types] in the *Amazon EC2 User Guide*.
[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html
      45190 45191 45192 45193 45194 45195 45196  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45190 class InstanceTypeOffering < Struct.new( :instance_type, :location_type, :location) SENSITIVE = [] include Aws::Structure end  | 
  
#location ⇒ String
The identifier for the location. This depends on the location type. For example, if the location type is ‘region`, the location is the Region code (for example, `us-east-2`.)
      45190 45191 45192 45193 45194 45195 45196  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45190 class InstanceTypeOffering < Struct.new( :instance_type, :location_type, :location) SENSITIVE = [] include Aws::Structure end  | 
  
#location_type ⇒ String
The location type.
      45190 45191 45192 45193 45194 45195 45196  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45190 class InstanceTypeOffering < Struct.new( :instance_type, :location_type, :location) SENSITIVE = [] include Aws::Structure end  |