Class: Aws::EC2::Types::PurchaseRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::PurchaseRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a request to purchase Scheduled Instances.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #instance_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of instances.
 - 
  
    
      #purchase_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The purchase token.
 
Instance Attribute Details
#instance_count ⇒ Integer
The number of instances.
      59658 59659 59660 59661 59662 59663  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 59658 class PurchaseRequest < Struct.new( :instance_count, :purchase_token) SENSITIVE = [] include Aws::Structure end  | 
  
#purchase_token ⇒ String
The purchase token.
      59658 59659 59660 59661 59662 59663  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 59658 class PurchaseRequest < Struct.new( :instance_count, :purchase_token) SENSITIVE = [] include Aws::Structure end  |