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)


4194
4195
4196
4197
4198
# File 'lib/aws-sdk-ssm/types.rb', line 4194

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