Class: Aws::EC2::Types::PricingDetail
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::PricingDetail
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a Reserved Instance offering.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of reservations available for the price.
 - 
  
    
      #price  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The price per instance.
 
Instance Attribute Details
#count ⇒ Integer
The number of reservations available for the price.
      58755 58756 58757 58758 58759 58760  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 58755 class PricingDetail < Struct.new( :count, :price) SENSITIVE = [] include Aws::Structure end  | 
  
#price ⇒ Float
The price per instance.
      58755 58756 58757 58758 58759 58760  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 58755 class PricingDetail < Struct.new( :count, :price) SENSITIVE = [] include Aws::Structure end  |