Class: Aws::SSM::Types::DeregisterTaskFromMaintenanceWindowResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DeregisterTaskFromMaintenanceWindowResult
- Defined in:
- gems/aws-sdk-ssm/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.
4519 4520 4521 4522 4523 4524 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4519 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.
4519 4520 4521 4522 4523 4524 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4519 class DeregisterTaskFromMaintenanceWindowResult < Struct.new( :window_id, :window_task_id) SENSITIVE = [] include Aws::Structure end |