Class: Aws::SSM::Types::DeregisterTaskFromMaintenanceWindowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DeregisterTaskFromMaintenanceWindowRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#window_id ⇒ String
The ID of the maintenance window the task should be removed from.
-
#window_task_id ⇒ String
The ID of the task to remove from the maintenance window.
Instance Attribute Details
#window_id ⇒ String
The ID of the maintenance window the task should be removed from.
4603 4604 4605 4606 4607 4608 |
# File 'lib/aws-sdk-ssm/types.rb', line 4603 class DeregisterTaskFromMaintenanceWindowRequest < Struct.new( :window_id, :window_task_id) SENSITIVE = [] include Aws::Structure end |
#window_task_id ⇒ String
The ID of the task to remove from the maintenance window.
4603 4604 4605 4606 4607 4608 |
# File 'lib/aws-sdk-ssm/types.rb', line 4603 class DeregisterTaskFromMaintenanceWindowRequest < Struct.new( :window_id, :window_task_id) SENSITIVE = [] include Aws::Structure end |