Class: Aws::EC2::Types::GetHostReservationPurchasePreviewRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::GetHostReservationPurchasePreviewRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #host_id_set  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IDs of the Dedicated Hosts with which the reservation is associated.
 - 
  
    
      #offering_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The offering ID of the reservation.
 
Instance Attribute Details
#host_id_set ⇒ Array<String>
The IDs of the Dedicated Hosts with which the reservation is associated.
      37293 37294 37295 37296 37297 37298  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 37293 class GetHostReservationPurchasePreviewRequest < Struct.new( :host_id_set, :offering_id) SENSITIVE = [] include Aws::Structure end  | 
  
#offering_id ⇒ String
The offering ID of the reservation.
      37293 37294 37295 37296 37297 37298  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 37293 class GetHostReservationPurchasePreviewRequest < Struct.new( :host_id_set, :offering_id) SENSITIVE = [] include Aws::Structure end  |