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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#window_task_idString

The ID of the task in the maintenance window.

Returns:

  • (String)


15363
15364
15365
15366
15367
# File 'lib/aws-sdk-ssm/types.rb', line 15363

class RegisterTaskWithMaintenanceWindowResult < Struct.new(
  :window_task_id)
  SENSITIVE = []
  include Aws::Structure
end