Class: Aws::EC2::Types::PurchaseReservedInstancesOfferingResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::PurchaseReservedInstancesOfferingResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Contains the output of PurchaseReservedInstancesOffering.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #reserved_instances_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IDs of the purchased Reserved Instances.
 
Instance Attribute Details
#reserved_instances_id ⇒ String
The IDs of the purchased Reserved Instances. If your purchase crosses into a discounted pricing tier, the final Reserved Instances IDs might change. For more information, see [Crossing pricing tiers] in the *Amazon EC2 User Guide*.
      59720 59721 59722 59723 59724  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 59720 class PurchaseReservedInstancesOfferingResult < Struct.new( :reserved_instances_id) SENSITIVE = [] include Aws::Structure end  |