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.
3727 3728 3729 3730 3731 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 3727 class CreateMaintenanceWindowResult < Struct.new( :window_id) SENSITIVE = [] include Aws::Structure end |