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.
2830 2831 2832 |
# File 'sig/types.rbs', line 2830 def action_name @action_name end |
#schedule_action_settings ⇒ Types::ScheduleActionSettings
Returns the value of attribute schedule_action_settings.
2831 2832 2833 |
# File 'sig/types.rbs', line 2831 def schedule_action_settings @schedule_action_settings end |
#schedule_action_start_settings ⇒ Types::ScheduleActionStartSettings
Returns the value of attribute schedule_action_start_settings.
2832 2833 2834 |
# File 'sig/types.rbs', line 2832 def schedule_action_start_settings @schedule_action_start_settings end |