Class: Aws::EC2::Types::TargetConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::TargetConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Information about the Convertible Reserved Instance offering.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #instance_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of instances the Convertible Reserved Instance offering can be applied to.
 - 
  
    
      #offering_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Convertible Reserved Instance offering.
 
Instance Attribute Details
#instance_count ⇒ Integer
The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request
      68602 68603 68604 68605 68606 68607  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68602 class TargetConfiguration < Struct.new( :instance_count, :offering_id) SENSITIVE = [] include Aws::Structure end  | 
  
#offering_id ⇒ String
The ID of the Convertible Reserved Instance offering.
      68602 68603 68604 68605 68606 68607  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68602 class TargetConfiguration < Struct.new( :instance_count, :offering_id) SENSITIVE = [] include Aws::Structure end  |