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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


4197
4198
4199
4200
4201
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4197

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