Class: Aws::SSM::Types::DeregisterTargetFromMaintenanceWindowResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DeregisterTargetFromMaintenanceWindowResult
- 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 target was removed from.
-
#window_target_id ⇒ String
The ID of the removed target definition.
Instance Attribute Details
#window_id ⇒ String
The ID of the maintenance window the target was removed from.
4586 4587 4588 4589 4590 4591 |
# File 'lib/aws-sdk-ssm/types.rb', line 4586 class DeregisterTargetFromMaintenanceWindowResult < Struct.new( :window_id, :window_target_id) SENSITIVE = [] include Aws::Structure end |
#window_target_id ⇒ String
The ID of the removed target definition.
4586 4587 4588 4589 4590 4591 |
# File 'lib/aws-sdk-ssm/types.rb', line 4586 class DeregisterTargetFromMaintenanceWindowResult < Struct.new( :window_id, :window_target_id) SENSITIVE = [] include Aws::Structure end |