Class: Aws::EC2::Types::PurchaseScheduledInstancesResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::PurchaseScheduledInstancesResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Contains the output of PurchaseScheduledInstances.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #scheduled_instance_set  ⇒ Array<Types::ScheduledInstance> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the Scheduled Instances.
 
Instance Attribute Details
#scheduled_instance_set ⇒ Array<Types::ScheduledInstance>
Information about the Scheduled Instances.
      59769 59770 59771 59772 59773  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 59769 class PurchaseScheduledInstancesResult < Struct.new( :scheduled_instance_set) SENSITIVE = [] include Aws::Structure end  |