Class: Aws::SSM::Types::DeregisterTaskFromMaintenanceWindowRequest

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_idString

The ID of the maintenance window the task should be removed from.

Returns:

  • (String)


4480
4481
4482
4483
4484
4485
# File 'lib/aws-sdk-ssm/types.rb', line 4480

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

#window_task_idString

The ID of the task to remove from the maintenance window.

Returns:

  • (String)


4480
4481
4482
4483
4484
4485
# File 'lib/aws-sdk-ssm/types.rb', line 4480

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