Class: Aws::SSM::Types::DeleteMaintenanceWindowResult

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_idString

The ID of the deleted Maintenance Window.

Returns:

  • (String)


2965
2966
2967
2968
# File 'lib/aws-sdk-ssm/types.rb', line 2965

class DeleteMaintenanceWindowResult < Struct.new(
  :window_id)
  include Aws::Structure
end