Class: Aws::EC2::Types::DescribeInstanceEventWindowsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeInstanceEventWindowsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #instance_event_windows  ⇒ Array<Types::InstanceEventWindow> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the event windows.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use to retrieve the next page of results.
 
Instance Attribute Details
#instance_event_windows ⇒ Array<Types::InstanceEventWindow>
Information about the event windows.
      21549 21550 21551 21552 21553 21554  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 21549 class DescribeInstanceEventWindowsResult < Struct.new( :instance_event_windows, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
      21549 21550 21551 21552 21553 21554  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 21549 class DescribeInstanceEventWindowsResult < Struct.new( :instance_event_windows, :next_token) SENSITIVE = [] include Aws::Structure end  |