Class: Aws::SSM::Types::RegisterTaskWithMaintenanceWindowResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#window_task_idString

The ID of the task in the maintenance window.

Returns:

  • (String)


13712
13713
13714
13715
# File 'lib/aws-sdk-ssm/types.rb', line 13712

class RegisterTaskWithMaintenanceWindowResult < Struct.new(
  :window_task_id)
  include Aws::Structure
end