class
Amazonite::Ssm::MaintenanceWindowIdentity
- Amazonite::Ssm::MaintenanceWindowIdentity
- Reference
- Object
Overview
Information about the maintenance window.
Included Modules
- JSON::Serializable
Defined in:
ssm/maintenance_window_identity.crConstructors
- .new(pull : JSON::PullParser)
- .new(window_id : String | Nil = nil, name : String | Nil = nil, description : String | Nil = nil, enabled : Bool | Nil = nil, duration : Int32 | Nil = nil, cutoff : Int32 | Nil = nil, schedule : String | Nil = nil, schedule_timezone : String | Nil = nil, schedule_offset : Int32 | Nil = nil, end_date : String | Nil = nil, start_date : String | Nil = nil, next_execution_time : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#cutoff : Int32 | Nil
The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.
-
#cutoff=(cutoff : Int32 | Nil)
The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.
-
#description : String | Nil
A description of the maintenance window.
-
#description=(description : String | Nil)
A description of the maintenance window.
-
#duration : Int32 | Nil
The duration of the maintenance window in hours.
-
#duration=(duration : Int32 | Nil)
The duration of the maintenance window in hours.
-
#enabled : Bool | Nil
Indicates whether the maintenance window is enabled.
-
#enabled=(enabled : Bool | Nil)
Indicates whether the maintenance window is enabled.
-
#end_date : String | Nil
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.
-
#end_date=(end_date : String | Nil)
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String | Nil
The name of the maintenance window.
-
#name=(name : String | Nil)
The name of the maintenance window.
-
#next_execution_time : String | Nil
The next time the maintenance window will actually run, taking into account any specified times for the maintenance window to become active or inactive.
-
#next_execution_time=(next_execution_time : String | Nil)
The next time the maintenance window will actually run, taking into account any specified times for the maintenance window to become active or inactive.
-
#schedule : String | Nil
The schedule of the maintenance window in the form of a cron or rate expression.
-
#schedule=(schedule : String | Nil)
The schedule of the maintenance window in the form of a cron or rate expression.
-
#schedule_offset : Int32 | Nil
The number of days to wait to run a maintenance window after the scheduled cron expression date and time.
-
#schedule_offset=(schedule_offset : Int32 | Nil)
The number of days to wait to run a maintenance window after the scheduled cron expression date and time.
-
#schedule_timezone : String | Nil
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.
-
#schedule_timezone=(schedule_timezone : String | Nil)
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.
-
#start_date : String | Nil
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.
-
#start_date=(start_date : String | Nil)
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.
- #validate! : Nil
-
#window_id : String | Nil
The ID of the maintenance window.
-
#window_id=(window_id : String | Nil)
The ID of the maintenance window.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.
The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.
The next time the maintenance window will actually run, taking into account any specified times for the maintenance window to become active or inactive.
The next time the maintenance window will actually run, taking into account any specified times for the maintenance window to become active or inactive.
The schedule of the maintenance window in the form of a cron or rate expression.
The schedule of the maintenance window in the form of a cron or rate expression.
The number of days to wait to run a maintenance window after the scheduled cron expression date and time.
The number of days to wait to run a maintenance window after the scheduled cron expression date and time.
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.