Class: Aws::SSM::Types::MaintenanceWindowIdentity

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

Overview

Information about the Maintenance Window.

Instance Attribute Summary collapse

Instance Attribute Details

#cutoffInteger

The number of hours before the end of the Maintenance Window that Systems Manager stops scheduling new tasks for execution.

Returns:

  • (Integer)


9093
9094
9095
9096
9097
9098
9099
9100
9101
9102
9103
9104
9105
9106
# File 'lib/aws-sdk-ssm/types.rb', line 9093

class MaintenanceWindowIdentity < Struct.new(
  :window_id,
  :name,
  :description,
  :enabled,
  :duration,
  :cutoff,
  :schedule,
  :schedule_timezone,
  :end_date,
  :start_date,
  :next_execution_time)
  include Aws::Structure
end

#descriptionString

A description of the Maintenance Window.

Returns:

  • (String)


9093
9094
9095
9096
9097
9098
9099
9100
9101
9102
9103
9104
9105
9106
# File 'lib/aws-sdk-ssm/types.rb', line 9093

class MaintenanceWindowIdentity < Struct.new(
  :window_id,
  :name,
  :description,
  :enabled,
  :duration,
  :cutoff,
  :schedule,
  :schedule_timezone,
  :end_date,
  :start_date,
  :next_execution_time)
  include Aws::Structure
end

#durationInteger

The duration of the Maintenance Window in hours.

Returns:

  • (Integer)


9093
9094
9095
9096
9097
9098
9099
9100
9101
9102
9103
9104
9105
9106
# File 'lib/aws-sdk-ssm/types.rb', line 9093

class MaintenanceWindowIdentity < Struct.new(
  :window_id,
  :name,
  :description,
  :enabled,
  :duration,
  :cutoff,
  :schedule,
  :schedule_timezone,
  :end_date,
  :start_date,
  :next_execution_time)
  include Aws::Structure
end

#enabledBoolean

Whether the Maintenance Window is enabled.

Returns:

  • (Boolean)


9093
9094
9095
9096
9097
9098
9099
9100
9101
9102
9103
9104
9105
9106
# File 'lib/aws-sdk-ssm/types.rb', line 9093

class MaintenanceWindowIdentity < Struct.new(
  :window_id,
  :name,
  :description,
  :enabled,
  :duration,
  :cutoff,
  :schedule,
  :schedule_timezone,
  :end_date,
  :start_date,
  :next_execution_time)
  include Aws::Structure
end

#end_dateString

The date and time, in ISO-8601 Extended format, for when the Maintenance Window is scheduled to become inactive.

Returns:

  • (String)


9093
9094
9095
9096
9097
9098
9099
9100
9101
9102
9103
9104
9105
9106
# File 'lib/aws-sdk-ssm/types.rb', line 9093

class MaintenanceWindowIdentity < Struct.new(
  :window_id,
  :name,
  :description,
  :enabled,
  :duration,
  :cutoff,
  :schedule,
  :schedule_timezone,
  :end_date,
  :start_date,
  :next_execution_time)
  include Aws::Structure
end

#nameString

The name of the Maintenance Window.

Returns:

  • (String)


9093
9094
9095
9096
9097
9098
9099
9100
9101
9102
9103
9104
9105
9106
# File 'lib/aws-sdk-ssm/types.rb', line 9093

class MaintenanceWindowIdentity < Struct.new(
  :window_id,
  :name,
  :description,
  :enabled,
  :duration,
  :cutoff,
  :schedule,
  :schedule_timezone,
  :end_date,
  :start_date,
  :next_execution_time)
  include Aws::Structure
end

#next_execution_timeString

The next time the Maintenance Window will actually run, taking into account any specified times for the Maintenance Window to become active or inactive.

Returns:

  • (String)


9093
9094
9095
9096
9097
9098
9099
9100
9101
9102
9103
9104
9105
9106
# File 'lib/aws-sdk-ssm/types.rb', line 9093

class MaintenanceWindowIdentity < Struct.new(
  :window_id,
  :name,
  :description,
  :enabled,
  :duration,
  :cutoff,
  :schedule,
  :schedule_timezone,
  :end_date,
  :start_date,
  :next_execution_time)
  include Aws::Structure
end

#scheduleString

The schedule of the Maintenance Window in the form of a cron or rate expression.

Returns:

  • (String)


9093
9094
9095
9096
9097
9098
9099
9100
9101
9102
9103
9104
9105
9106
# File 'lib/aws-sdk-ssm/types.rb', line 9093

class MaintenanceWindowIdentity < Struct.new(
  :window_id,
  :name,
  :description,
  :enabled,
  :duration,
  :cutoff,
  :schedule,
  :schedule_timezone,
  :end_date,
  :start_date,
  :next_execution_time)
  include Aws::Structure
end

#schedule_timezoneString

The time zone that the scheduled Maintenance Window executions are based on, in Internet Assigned Numbers Authority (IANA) format.

Returns:

  • (String)


9093
9094
9095
9096
9097
9098
9099
9100
9101
9102
9103
9104
9105
9106
# File 'lib/aws-sdk-ssm/types.rb', line 9093

class MaintenanceWindowIdentity < Struct.new(
  :window_id,
  :name,
  :description,
  :enabled,
  :duration,
  :cutoff,
  :schedule,
  :schedule_timezone,
  :end_date,
  :start_date,
  :next_execution_time)
  include Aws::Structure
end

#start_dateString

The date and time, in ISO-8601 Extended format, for when the Maintenance Window is scheduled to become active.

Returns:

  • (String)


9093
9094
9095
9096
9097
9098
9099
9100
9101
9102
9103
9104
9105
9106
# File 'lib/aws-sdk-ssm/types.rb', line 9093

class MaintenanceWindowIdentity < Struct.new(
  :window_id,
  :name,
  :description,
  :enabled,
  :duration,
  :cutoff,
  :schedule,
  :schedule_timezone,
  :end_date,
  :start_date,
  :next_execution_time)
  include Aws::Structure
end

#window_idString

The ID of the Maintenance Window.

Returns:

  • (String)


9093
9094
9095
9096
9097
9098
9099
9100
9101
9102
9103
9104
9105
9106
# File 'lib/aws-sdk-ssm/types.rb', line 9093

class MaintenanceWindowIdentity < Struct.new(
  :window_id,
  :name,
  :description,
  :enabled,
  :duration,
  :cutoff,
  :schedule,
  :schedule_timezone,
  :end_date,
  :start_date,
  :next_execution_time)
  include Aws::Structure
end