class
Amazonite::Ssm::ScheduledWindowExecution
- Amazonite::Ssm::ScheduledWindowExecution
- Reference
- Object
Overview
Information about a scheduled execution for a maintenance window.
Included Modules
- JSON::Serializable
Defined in:
ssm/scheduled_window_execution.crConstructors
- .new(pull : JSON::PullParser)
- .new(window_id : String | Nil = nil, name : String | Nil = nil, execution_time : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#execution_time : String | Nil
The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.
-
#execution_time=(execution_time : String | Nil)
The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String | Nil
The name of the maintenance window to be run.
-
#name=(name : String | Nil)
The name of the maintenance window to be run.
- #validate! : Nil
-
#window_id : String | Nil
The ID of the maintenance window to be run.
-
#window_id=(window_id : String | Nil)
The ID of the maintenance window to be run.
Constructor Detail
def self.new(window_id : String | Nil = nil, name : String | Nil = nil, execution_time : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def execution_time : String | Nil
#
The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.
def execution_time=(execution_time : String | Nil)
#
The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.