Class: Aws::EC2::Types::DescribeScheduledInstancesResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeScheduledInstancesResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Contains the output of DescribeScheduledInstances.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token required to retrieve the next set of results.
 - 
  
    
      #scheduled_instance_set  ⇒ Array<Types::ScheduledInstance> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the Scheduled Instances.
 
Instance Attribute Details
#next_token ⇒ String
The token required to retrieve the next set of results. This value is ‘null` when there are no more results to return.
      26237 26238 26239 26240 26241 26242  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 26237 class DescribeScheduledInstancesResult < Struct.new( :next_token, :scheduled_instance_set) SENSITIVE = [] include Aws::Structure end  | 
  
#scheduled_instance_set ⇒ Array<Types::ScheduledInstance>
Information about the Scheduled Instances.
      26237 26238 26239 26240 26241 26242  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 26237 class DescribeScheduledInstancesResult < Struct.new( :next_token, :scheduled_instance_set) SENSITIVE = [] include Aws::Structure end  |