Class: Aws::SSM::Types::RegisterTargetWithMaintenanceWindowResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::RegisterTargetWithMaintenanceWindowResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#window_target_id ⇒ String
The ID of the target definition in this maintenance window.
Instance Attribute Details
#window_target_id ⇒ String
The ID of the target definition in this maintenance window.
16264 16265 16266 16267 16268 |
# File 'lib/aws-sdk-ssm/types.rb', line 16264 class RegisterTargetWithMaintenanceWindowResult < Struct.new( :window_target_id) SENSITIVE = [] include Aws::Structure end |