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