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.
4568 4569 4570 4571 4572 4573 4574 |
# File 'lib/aws-sdk-ssm/types.rb', line 4568 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.
4568 4569 4570 4571 4572 4573 4574 |
# File 'lib/aws-sdk-ssm/types.rb', line 4568 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.
4568 4569 4570 4571 4572 4573 4574 |
# File 'lib/aws-sdk-ssm/types.rb', line 4568 class DeregisterTargetFromMaintenanceWindowRequest < Struct.new( :window_id, :window_target_id, :safe) SENSITIVE = [] include Aws::Structure end |