Class: Aws::SSM::Types::ScheduledWindowExecution

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

Overview

Information about a scheduled execution for a Maintenance Window.

Instance Attribute Summary collapse

Instance Attribute Details

#execution_timeString

The time, in ISO-8601 Extended format, that the Maintenance Window is scheduled to be run.

Returns:

  • (String)


11807
11808
11809
11810
11811
11812
# File 'lib/aws-sdk-ssm/types.rb', line 11807

class ScheduledWindowExecution < Struct.new(
  :window_id,
  :name,
  :execution_time)
  include Aws::Structure
end

#nameString

The name of the Maintenance Window to be run.

Returns:

  • (String)


11807
11808
11809
11810
11811
11812
# File 'lib/aws-sdk-ssm/types.rb', line 11807

class ScheduledWindowExecution < Struct.new(
  :window_id,
  :name,
  :execution_time)
  include Aws::Structure
end

#window_idString

The ID of the Maintenance Window to be run.

Returns:

  • (String)


11807
11808
11809
11810
11811
11812
# File 'lib/aws-sdk-ssm/types.rb', line 11807

class ScheduledWindowExecution < Struct.new(
  :window_id,
  :name,
  :execution_time)
  include Aws::Structure
end