Class: Aws::SSM::Types::RegisterTargetWithMaintenanceWindowResult

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_target_idString

The ID of the target definition in this Maintenance Window.

Returns:

  • (String)


11231
11232
11233
11234
# File 'lib/aws-sdk-ssm/types.rb', line 11231

class RegisterTargetWithMaintenanceWindowResult < Struct.new(
  :window_target_id)
  include Aws::Structure
end