Class: Aws::Types::ScheduleAction
- Inherits:
-
Object
- Object
- Aws::Types::ScheduleAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_name ⇒ ::String
Returns the value of attribute action_name.
-
#schedule_action_settings ⇒ Types::ScheduleActionSettings
Returns the value of attribute schedule_action_settings.
-
#schedule_action_start_settings ⇒ Types::ScheduleActionStartSettings
Returns the value of attribute schedule_action_start_settings.
Instance Attribute Details
#action_name ⇒ ::String
Returns the value of attribute action_name.
2834 2835 2836 |
# File 'sig/types.rbs', line 2834 def action_name @action_name end |
#schedule_action_settings ⇒ Types::ScheduleActionSettings
Returns the value of attribute schedule_action_settings.
2835 2836 2837 |
# File 'sig/types.rbs', line 2835 def schedule_action_settings @schedule_action_settings end |
#schedule_action_start_settings ⇒ Types::ScheduleActionStartSettings
Returns the value of attribute schedule_action_start_settings.
2836 2837 2838 |
# File 'sig/types.rbs', line 2836 def schedule_action_start_settings @schedule_action_start_settings end |