Class: Aws::SSM::Types::DeleteMaintenanceWindowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DeleteMaintenanceWindowRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#window_id ⇒ String
The ID of the maintenance window to delete.
Instance Attribute Details
#window_id ⇒ String
The ID of the maintenance window to delete.
4216 4217 4218 4219 4220 |
# File 'lib/aws-sdk-ssm/types.rb', line 4216 class DeleteMaintenanceWindowRequest < Struct.new( :window_id) SENSITIVE = [] include Aws::Structure end |