MaintenanceWindowTaskInvocationParameters class
The parameters for task execution.
Constructors
- MaintenanceWindowTaskInvocationParameters.new({MaintenanceWindowAutomationParameters? automation, MaintenanceWindowLambdaParameters? lambda, MaintenanceWindowRunCommandParameters? runCommand, MaintenanceWindowStepFunctionsParameters? stepFunctions})
-
MaintenanceWindowTaskInvocationParameters.fromJson(Map<
String, dynamic> json) -
factory
Properties
- automation → MaintenanceWindowAutomationParameters?
-
The parameters for an AUTOMATION task type.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lambda → MaintenanceWindowLambdaParameters?
-
The parameters for a LAMBDA task type.
final
- runCommand → MaintenanceWindowRunCommandParameters?
-
The parameters for a RUN_COMMAND task type.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stepFunctions → MaintenanceWindowStepFunctionsParameters?
-
The parameters for a STEP_FUNCTIONS task type.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited