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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#window_idString

The ID of the created maintenance window.

Returns:

  • (String)


3579
3580
3581
3582
3583
# File 'lib/aws-sdk-ssm/types.rb', line 3579

class CreateMaintenanceWindowResult < Struct.new(
  :window_id)
  SENSITIVE = []
  include Aws::Structure
end