class

Amazonite::SsmV1::MaintenanceWindowTaskInvocationParameters

Inherits JSON::Serializable < Reference < Object

Constructors

new(run_command : MaintenanceWindowRunCommandParameters | Nil = nil, automation : MaintenanceWindowAutomationParameters | Nil = nil, step_functions : MaintenanceWindowStepFunctionsParameters | Nil = nil, lambda : MaintenanceWindowLambdaParameters | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

automation
Source
automation=(automation : MaintenanceWindowAutomationParameters | Nil)
Source
lambda
Source
lambda=(lambda : MaintenanceWindowLambdaParameters | Nil)
Source
run_command
Source
run_command=(run_command : MaintenanceWindowRunCommandParameters | Nil)
Source
step_functions
Source
step_functions=(step_functions : MaintenanceWindowStepFunctionsParameters | Nil)
Source