class Amazonite::SsmV1::ScheduledWindowExecution

Included Modules

Defined in:

ssm_v1/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 execution_time : String | Nil #

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

[View source]
def name : String | Nil #

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

[View source]
def window_id : String | Nil #

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

[View source]