You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::UpdateMaintenanceWindowResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#allow_unassociated_targetsBoolean

Whether targets must be registered with the maintenance window before tasks can be defined for those targets.

Returns:

  • (Boolean)

    Whether targets must be registered with the maintenance window before tasks can be defined for those targets.

#cutoffInteger

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

Returns:

  • (Integer)

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

#descriptionString

An optional description of the update.

Returns:

  • (String)

    An optional description of the update.

#durationInteger

The duration of the maintenance window in hours.

Returns:

  • (Integer)

    The duration of the maintenance window in hours.

#enabledBoolean

Whether the maintenance window is enabled.

Returns:

  • (Boolean)

    Whether the maintenance window is enabled.

#end_dateString

The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive. The maintenance window will not run after this specified time.

Returns:

  • (String)

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

#nameString

The name of the maintenance window.

Returns:

  • (String)

    The name of the maintenance window.

#scheduleString

The schedule of the maintenance window in the form of a cron or rate expression.

Returns:

  • (String)

    The schedule of the maintenance window in the form of a cron or rate expression.

#schedule_offsetInteger

The number of days to wait to run a maintenance window after the scheduled CRON expression date and time.

Returns:

  • (Integer)

    The number of days to wait to run a maintenance window after the scheduled CRON expression date and time.

#schedule_timezoneString

The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. For example: \"America/Los_Angeles\", \"etc/UTC\", or \"Asia/Seoul\". For more information, see the Time Zone Database on the IANA website.

Returns:

  • (String)

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

#start_dateString

The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active. The maintenance window will not run before this specified time.

Returns:

  • (String)

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

#window_idString

The ID of the created maintenance window.

Returns:

  • (String)

    The ID of the created maintenance window.