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:

  • (::String)


2830
2831
2832
# File 'sig/types.rbs', line 2830

def action_name
  @action_name
end

#schedule_action_settingsTypes::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_settingsTypes::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