Class: Aws::SSM::Types::DeregisterTargetFromMaintenanceWindowRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSM::Types::DeregisterTargetFromMaintenanceWindowRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssm/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #safe  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The system checks if the target is being referenced by a task.
 - 
  
    
      #window_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the maintenance window the target should be removed from.
 - 
  
    
      #window_target_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the target definition to remove.
 
Instance Attribute Details
#safe ⇒ Boolean
The system checks if the target is being referenced by a task. If the target is being referenced, the system returns an error and doesn’t deregister the target from the maintenance window.
      4454 4455 4456 4457 4458 4459 4460  | 
    
      # File 'lib/aws-sdk-ssm/types.rb', line 4454 class DeregisterTargetFromMaintenanceWindowRequest < Struct.new( :window_id, :window_target_id, :safe) SENSITIVE = [] include Aws::Structure end  | 
  
#window_id ⇒ String
The ID of the maintenance window the target should be removed from.
      4454 4455 4456 4457 4458 4459 4460  | 
    
      # File 'lib/aws-sdk-ssm/types.rb', line 4454 class DeregisterTargetFromMaintenanceWindowRequest < Struct.new( :window_id, :window_target_id, :safe) SENSITIVE = [] include Aws::Structure end  | 
  
#window_target_id ⇒ String
The ID of the target definition to remove.
      4454 4455 4456 4457 4458 4459 4460  | 
    
      # File 'lib/aws-sdk-ssm/types.rb', line 4454 class DeregisterTargetFromMaintenanceWindowRequest < Struct.new( :window_id, :window_target_id, :safe) SENSITIVE = [] include Aws::Structure end  |