Class: Aws::SSM::Types::DeregisterTaskFromMaintenanceWindowResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DeregisterTaskFromMaintenanceWindowResult
- 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 was removed from.
-
#window_task_id ⇒ String
The ID of the task removed from the maintenance window.
Instance Attribute Details
#window_id ⇒ String
The ID of the maintenance window the task was removed from.
4620 4621 4622 4623 4624 4625 |
# File 'lib/aws-sdk-ssm/types.rb', line 4620 class DeregisterTaskFromMaintenanceWindowResult < Struct.new( :window_id, :window_task_id) SENSITIVE = [] include Aws::Structure end |
#window_task_id ⇒ String
The ID of the task removed from the maintenance window.
4620 4621 4622 4623 4624 4625 |
# File 'lib/aws-sdk-ssm/types.rb', line 4620 class DeregisterTaskFromMaintenanceWindowResult < Struct.new( :window_id, :window_task_id) SENSITIVE = [] include Aws::Structure end |