Class: Aws::SSM::Types::DescribeMaintenanceWindowScheduleRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SSM::Types::DescribeMaintenanceWindowScheduleRequest
 
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #filters  ⇒ Array<Types::PatchOrchestratorFilter> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Filters used to limit the range of results. 
- 
  
    
      #max_results  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The maximum number of items to return for this call. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The token for the next set of items to return. 
- 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of resource you want to retrieve information about. 
- 
  
    
      #targets  ⇒ Array<Types::Target> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The managed node ID or key-value pair to retrieve information about. 
- 
  
    
      #window_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the maintenance window to retrieve information about. 
Instance Attribute Details
#filters ⇒ Array<Types::PatchOrchestratorFilter>
Filters used to limit the range of results. For example, you can limit maintenance window executions to only those scheduled before or after a certain date and time.
| 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 | # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5977 class DescribeMaintenanceWindowScheduleRequest < Struct.new( :window_id, :targets, :resource_type, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end | 
#max_results ⇒ Integer
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
| 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 | # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5977 class DescribeMaintenanceWindowScheduleRequest < Struct.new( :window_id, :targets, :resource_type, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)
| 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 | # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5977 class DescribeMaintenanceWindowScheduleRequest < Struct.new( :window_id, :targets, :resource_type, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end | 
#resource_type ⇒ String
The type of resource you want to retrieve information about. For
example, INSTANCE.
| 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 | # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5977 class DescribeMaintenanceWindowScheduleRequest < Struct.new( :window_id, :targets, :resource_type, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end | 
#targets ⇒ Array<Types::Target>
The managed node ID or key-value pair to retrieve information about.
| 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 | # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5977 class DescribeMaintenanceWindowScheduleRequest < Struct.new( :window_id, :targets, :resource_type, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end | 
#window_id ⇒ String
The ID of the maintenance window to retrieve information about.
| 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 | # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5977 class DescribeMaintenanceWindowScheduleRequest < Struct.new( :window_id, :targets, :resource_type, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |