Class: Aws::SSM::Types::RegisterTaskWithMaintenanceWindowResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::RegisterTaskWithMaintenanceWindowResult
- Defined in:
- gems/aws-sdk-ssm/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.
16523 16524 16525 16526 16527 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16523 class RegisterTaskWithMaintenanceWindowResult < Struct.new( :window_task_id) SENSITIVE = [] include Aws::Structure end |