Class: Aws::Types::MaintenanceWindowTaskInvocationParameters
- Inherits:
-
Object
- Object
- Aws::Types::MaintenanceWindowTaskInvocationParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automation ⇒ Types::MaintenanceWindowAutomationParameters
Returns the value of attribute automation.
-
#lambda ⇒ Types::MaintenanceWindowLambdaParameters
Returns the value of attribute lambda.
-
#run_command ⇒ Types::MaintenanceWindowRunCommandParameters
Returns the value of attribute run_command.
-
#step_functions ⇒ Types::MaintenanceWindowStepFunctionsParameters
Returns the value of attribute step_functions.
Instance Attribute Details
#automation ⇒ Types::MaintenanceWindowAutomationParameters
Returns the value of attribute automation.
3125 3126 3127 |
# File 'sig/types.rbs', line 3125 def automation @automation end |
#lambda ⇒ Types::MaintenanceWindowLambdaParameters
Returns the value of attribute lambda.
3127 3128 3129 |
# File 'sig/types.rbs', line 3127 def lambda @lambda end |
#run_command ⇒ Types::MaintenanceWindowRunCommandParameters
Returns the value of attribute run_command.
3124 3125 3126 |
# File 'sig/types.rbs', line 3124 def run_command @run_command end |
#step_functions ⇒ Types::MaintenanceWindowStepFunctionsParameters
Returns the value of attribute step_functions.
3126 3127 3128 |
# File 'sig/types.rbs', line 3126 def step_functions @step_functions end |