Class: Aws::Types::MaintenanceWindowTaskInvocationParameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#automationTypes::MaintenanceWindowAutomationParameters

Returns the value of attribute automation.



3125
3126
3127
# File 'sig/types.rbs', line 3125

def automation
  @automation
end

#lambdaTypes::MaintenanceWindowLambdaParameters

Returns the value of attribute lambda.



3127
3128
3129
# File 'sig/types.rbs', line 3127

def lambda
  @lambda
end

#run_commandTypes::MaintenanceWindowRunCommandParameters

Returns the value of attribute run_command.



3124
3125
3126
# File 'sig/types.rbs', line 3124

def run_command
  @run_command
end

#step_functionsTypes::MaintenanceWindowStepFunctionsParameters

Returns the value of attribute step_functions.



3126
3127
3128
# File 'sig/types.rbs', line 3126

def step_functions
  @step_functions
end