Class: Aws::SSM::Types::DeleteMaintenanceWindowResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DeleteMaintenanceWindowResult
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#window_id ⇒ String
The ID of the deleted maintenance window.
Instance Attribute Details
#window_id ⇒ String
The ID of the deleted maintenance window.
4230 4231 4232 4233 4234 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4230 class DeleteMaintenanceWindowResult < Struct.new( :window_id) SENSITIVE = [] include Aws::Structure end |