Class: Aws::SSM::Types::DeregisterTaskFromMaintenanceWindowResult

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_idString

The ID of the maintenance window the task was removed from.

Returns:

  • (String)


4486
4487
4488
4489
4490
4491
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4486

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

#window_task_idString

The ID of the task removed from the maintenance window.

Returns:

  • (String)


4486
4487
4488
4489
4490
4491
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4486

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