Class: Aws::SSM::Types::DeleteMaintenanceWindowRequest

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 to delete.

Returns:

  • (String)


4113
4114
4115
4116
4117
# File 'lib/aws-sdk-ssm/types.rb', line 4113

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