Class: Aws::Types::ScheduleAction

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#action_name::String

Returns the value of attribute action_name.

Returns:



2834
2835
2836
# File 'sig/types.rbs', line 2834

def action_name
  @action_name
end

#schedule_action_settingsTypes::ScheduleActionSettings

Returns the value of attribute schedule_action_settings.

Returns:



2835
2836
2837
# File 'sig/types.rbs', line 2835

def schedule_action_settings
  @schedule_action_settings
end

#schedule_action_start_settingsTypes::ScheduleActionStartSettings

Returns the value of attribute schedule_action_start_settings.

Returns:



2836
2837
2838
# File 'sig/types.rbs', line 2836

def schedule_action_start_settings
  @schedule_action_start_settings
end