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.
4485 4486 4487 4488 4489 4490 |
# File 'lib/aws-sdk-ssm/types.rb', line 4485 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.
4485 4486 4487 4488 4489 4490 |
# File 'lib/aws-sdk-ssm/types.rb', line 4485 class DeregisterTargetFromMaintenanceWindowResult < Struct.new( :window_id, :window_target_id) SENSITIVE = [] include Aws::Structure end |