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)


4130
4131
4132
4133
4134
# File 'lib/aws-sdk-ssm/types.rb', line 4130

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