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)


15596
15597
15598
15599
15600
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15596

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