Class: Aws::SSM::Types::DescribeMaintenanceWindowTasksResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSM::Types::DescribeMaintenanceWindowTasksResult
 
 
- Defined in:
 - gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use when requesting the next set of items.
 - 
  
    
      #tasks  ⇒ Array<Types::MaintenanceWindowTask> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the tasks in the maintenance window.
 
Instance Attribute Details
#next_token ⇒ String
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
      6100 6101 6102 6103 6104 6105  | 
    
      # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6100 class DescribeMaintenanceWindowTasksResult < Struct.new( :tasks, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#tasks ⇒ Array<Types::MaintenanceWindowTask>
Information about the tasks in the maintenance window.
      6100 6101 6102 6103 6104 6105  | 
    
      # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6100 class DescribeMaintenanceWindowTasksResult < Struct.new( :tasks, :next_token) SENSITIVE = [] include Aws::Structure end  |