Class: Aws::EC2::Types::ReservedInstanceLimitPrice
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ReservedInstanceLimitPrice
 
 
- Defined in:
 - gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
 
Overview
Describes the limit price of a Reserved Instance offering.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #amount  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Used for Reserved Instance Marketplace offerings.
 - 
  
    
      #currency_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The currency in which the
limitPriceamount is specified. 
Instance Attribute Details
#amount ⇒ Float
Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).
      68529 68530 68531 68532 68533 68534  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68529 class ReservedInstanceLimitPrice < Struct.new( :amount, :currency_code) SENSITIVE = [] include Aws::Structure end  | 
  
#currency_code ⇒ String
The currency in which the limitPrice amount is specified. At this
time, the only supported currency is USD.
      68529 68530 68531 68532 68533 68534  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68529 class ReservedInstanceLimitPrice < Struct.new( :amount, :currency_code) SENSITIVE = [] include Aws::Structure end  |