Class: Aws::SSM::Types::CreateMaintenanceWindowResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#window_idString

The ID of the created maintenance window.

Returns:

  • (String)


2881
2882
2883
2884
# File 'lib/aws-sdk-ssm/types.rb', line 2881

class CreateMaintenanceWindowResult < Struct.new(
  :window_id)
  include Aws::Structure
end