Class: Aws::SSM::Types::RegisterTaskWithMaintenanceWindowResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::RegisterTaskWithMaintenanceWindowResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#window_task_id ⇒ String
The ID of the task in the maintenance window.
Instance Attribute Details
#window_task_id ⇒ String
The ID of the task in the maintenance window.
16477 16478 16479 16480 16481 |
# File 'lib/aws-sdk-ssm/types.rb', line 16477 class RegisterTaskWithMaintenanceWindowResult < Struct.new( :window_task_id) SENSITIVE = [] include Aws::Structure end |