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

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 deleted maintenance window.

Returns:

  • (String)


4208
4209
4210
4211
4212
# File 'lib/aws-sdk-ssm/types.rb', line 4208

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