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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


16791
16792
16793
16794
16795
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16791

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