Class: Aws::SSM::Types::DescribeMaintenanceWindowExecutionTasksResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SSM::Types::DescribeMaintenanceWindowExecutionTasksResult
 
- Includes:
- Aws::Structure
- Defined in:
- 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. 
- 
  
    
      #window_execution_task_identities  ⇒ Array<Types::MaintenanceWindowExecutionTaskIdentity> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the task executions. 
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.
| 5744 5745 5746 5747 5748 5749 | # File 'lib/aws-sdk-ssm/types.rb', line 5744 class DescribeMaintenanceWindowExecutionTasksResult < Struct.new( :window_execution_task_identities, :next_token) SENSITIVE = [] include Aws::Structure end | 
#window_execution_task_identities ⇒ Array<Types::MaintenanceWindowExecutionTaskIdentity>
Information about the task executions.
| 5744 5745 5746 5747 5748 5749 | # File 'lib/aws-sdk-ssm/types.rb', line 5744 class DescribeMaintenanceWindowExecutionTasksResult < Struct.new( :window_execution_task_identities, :next_token) SENSITIVE = [] include Aws::Structure end |