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)


12066
12067
12068
12069
12070
12071
# File 'lib/aws-sdk-ssm/types.rb', line 12066

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)


12066
12067
12068
12069
12070
12071
# File 'lib/aws-sdk-ssm/types.rb', line 12066

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)


12066
12067
12068
12069
12070
12071
# File 'lib/aws-sdk-ssm/types.rb', line 12066

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