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

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

Overview

Information about a scheduled execution for a maintenance window.

Constant Summary collapse

SENSITIVE =
[]

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)


16522
16523
16524
16525
16526
16527
16528
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16522

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

#nameString

The name of the maintenance window to be run.

Returns:

  • (String)


16522
16523
16524
16525
16526
16527
16528
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16522

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

#window_idString

The ID of the maintenance window to be run.

Returns:

  • (String)


16522
16523
16524
16525
16526
16527
16528
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16522

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