Class: Aws::EC2::Types::ReservedInstanceReservationValue
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ReservedInstanceReservationValue
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
The total value of the Convertible Reserved Instance.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #reservation_value  ⇒ Types::ReservationValue 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The total value of the Convertible Reserved Instance that you are exchanging.
 - 
  
    
      #reserved_instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Convertible Reserved Instance that you are exchanging.
 
Instance Attribute Details
#reservation_value ⇒ Types::ReservationValue
The total value of the Convertible Reserved Instance that you are exchanging.
      61619 61620 61621 61622 61623 61624  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 61619 class ReservedInstanceReservationValue < Struct.new( :reservation_value, :reserved_instance_id) SENSITIVE = [] include Aws::Structure end  | 
  
#reserved_instance_id ⇒ String
The ID of the Convertible Reserved Instance that you are exchanging.
      61619 61620 61621 61622 61623 61624  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 61619 class ReservedInstanceReservationValue < Struct.new( :reservation_value, :reserved_instance_id) SENSITIVE = [] include Aws::Structure end  |