Class: Aws::EC2::Types::PurchaseRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::PurchaseRequest
 
- Defined in:
- gems/aws-sdk-ec2/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.
| 64777 64778 64779 64780 64781 64782 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64777 class PurchaseRequest < Struct.new( :instance_count, :purchase_token) SENSITIVE = [] include Aws::Structure end | 
#purchase_token ⇒ String
The purchase token.
| 64777 64778 64779 64780 64781 64782 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64777 class PurchaseRequest < Struct.new( :instance_count, :purchase_token) SENSITIVE = [] include Aws::Structure end |