Class: Aws::EC2::Types::ReservationValue
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ReservationValue
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
The cost associated with the Reserved Instance.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #hourly_price  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The hourly rate of the reservation.
 - 
  
    
      #remaining_total_value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).
 - 
  
    
      #remaining_upfront_value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The remaining upfront cost of the reservation.
 
Instance Attribute Details
#hourly_price ⇒ String
The hourly rate of the reservation.
      62113 62114 62115 62116 62117 62118 62119  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 62113 class ReservationValue < Struct.new( :hourly_price, :remaining_total_value, :remaining_upfront_value) SENSITIVE = [] include Aws::Structure end  | 
  
#remaining_total_value ⇒ String
The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).
      62113 62114 62115 62116 62117 62118 62119  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 62113 class ReservationValue < Struct.new( :hourly_price, :remaining_total_value, :remaining_upfront_value) SENSITIVE = [] include Aws::Structure end  | 
  
#remaining_upfront_value ⇒ String
The remaining upfront cost of the reservation.
      62113 62114 62115 62116 62117 62118 62119  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 62113 class ReservationValue < Struct.new( :hourly_price, :remaining_total_value, :remaining_upfront_value) SENSITIVE = [] include Aws::Structure end  |