class Amazonite::Ssm::ScheduledWindowExecution

Overview

Information about a scheduled execution for a maintenance window.

Included Modules

Defined in:

ssm/scheduled_window_execution.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(window_id : String | Nil = nil, name : String | Nil = nil, execution_time : String | Nil = nil) #

[View source]

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.


[View source]
def execution_time=(execution_time : String | Nil) #

The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def name : String | Nil #

The name of the maintenance window to be run.


[View source]
def name=(name : String | Nil) #

The name of the maintenance window to be run.


[View source]
def validate! : Nil #

[View source]
def window_id : String | Nil #

The ID of the maintenance window to be run.


[View source]
def window_id=(window_id : String | Nil) #

The ID of the maintenance window to be run.


[View source]