class Amazonite::SsmV1::MaintenanceWindowTaskInvocationParameters

Included Modules

Defined in:

ssm_v1/maintenance_window_task_invocation_parameters.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(run_command : MaintenanceWindowRunCommandParameters | Nil = nil, automation : MaintenanceWindowAutomationParameters | Nil = nil, step_functions : MaintenanceWindowStepFunctionsParameters | Nil = nil, lambda : MaintenanceWindowLambdaParameters | Nil = nil) #

[View source]

Instance Method Detail

def automation : MaintenanceWindowAutomationParameters | Nil #

[View source]
def automation=(automation : MaintenanceWindowAutomationParameters | Nil) #

[View source]

[View source]
def lambda=(lambda : MaintenanceWindowLambdaParameters | Nil) #

[View source]
def run_command : MaintenanceWindowRunCommandParameters | Nil #

[View source]
def run_command=(run_command : MaintenanceWindowRunCommandParameters | Nil) #

[View source]
def step_functions : MaintenanceWindowStepFunctionsParameters | Nil #

[View source]
def step_functions=(step_functions : MaintenanceWindowStepFunctionsParameters | Nil) #

[View source]