Class: Aws::EC2::Types::SuccessfulQueuedPurchaseDeletion
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::SuccessfulQueuedPurchaseDeletion
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a Reserved Instance whose queued purchase was successfully deleted.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #reserved_instances_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Reserved Instance.
 
Instance Attribute Details
#reserved_instances_id ⇒ String
The ID of the Reserved Instance.
      68919 68920 68921 68922 68923  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68919 class SuccessfulQueuedPurchaseDeletion < Struct.new( :reserved_instances_id) SENSITIVE = [] include Aws::Structure end  |