Class: Aws::SSM::Types::CreateMaintenanceWindowResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::CreateMaintenanceWindowResult
- 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 created maintenance window.
Instance Attribute Details
#window_id ⇒ String
The ID of the created maintenance window.
3601 3602 3603 3604 3605 |
# File 'lib/aws-sdk-ssm/types.rb', line 3601 class CreateMaintenanceWindowResult < Struct.new( :window_id) SENSITIVE = [] include Aws::Structure end |