class
Amazonite::Ssm::MaintenanceWindowTaskInvocationParameters
- Amazonite::Ssm::MaintenanceWindowTaskInvocationParameters
- Reference
- Object
Overview
The parameters for task execution.
Included Modules
- JSON::Serializable
Defined in:
ssm/maintenance_window_task_invocation_parameters.crConstructors
- .new(pull : JSON::PullParser)
- .new(run_command : MaintenanceWindowRunCommandParameters | Nil = nil, automation : MaintenanceWindowAutomationParameters | Nil = nil, step_functions : MaintenanceWindowStepFunctionsParameters | Nil = nil, lambda : MaintenanceWindowLambdaParameters | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#automation : MaintenanceWindowAutomationParameters | Nil
The parameters for an
AUTOMATIONtask type. -
#automation=(automation : MaintenanceWindowAutomationParameters | Nil)
The parameters for an
AUTOMATIONtask type. -
#hash(hasher)
See
Object#hash(hasher) -
#lambda : MaintenanceWindowLambdaParameters | Nil
The parameters for a
LAMBDAtask type. -
#lambda=(lambda : MaintenanceWindowLambdaParameters | Nil)
The parameters for a
LAMBDAtask type. -
#run_command : MaintenanceWindowRunCommandParameters | Nil
The parameters for a
RUN_COMMANDtask type. -
#run_command=(run_command : MaintenanceWindowRunCommandParameters | Nil)
The parameters for a
RUN_COMMANDtask type. -
#step_functions : MaintenanceWindowStepFunctionsParameters | Nil
The parameters for a
STEP_FUNCTIONStask type. -
#step_functions=(step_functions : MaintenanceWindowStepFunctionsParameters | Nil)
The parameters for a
STEP_FUNCTIONStask type. - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The parameters for an AUTOMATION task type.
The parameters for an AUTOMATION task type.
The parameters for a LAMBDA task type.
The parameters for a RUN_COMMAND task type.
The parameters for a RUN_COMMAND task type.
The parameters for a STEP_FUNCTIONS task type.
The parameters for a STEP_FUNCTIONS task type.