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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


3507
3508
3509
3510
3511
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 3507

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