Class: Aws::Types::ScheduleConfig
- Inherits:
-
Object
- Object
- Aws::Types::ScheduleConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_analysis_end_time ⇒ ::String
Returns the value of attribute data_analysis_end_time.
-
#data_analysis_start_time ⇒ ::String
Returns the value of attribute data_analysis_start_time.
-
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
Instance Attribute Details
#data_analysis_end_time ⇒ ::String
Returns the value of attribute data_analysis_end_time.
10706 10707 10708 |
# File 'sig/types.rbs', line 10706 def data_analysis_end_time @data_analysis_end_time end |
#data_analysis_start_time ⇒ ::String
Returns the value of attribute data_analysis_start_time.
10705 10706 10707 |
# File 'sig/types.rbs', line 10705 def data_analysis_start_time @data_analysis_start_time end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
10704 10705 10706 |
# File 'sig/types.rbs', line 10704 def schedule_expression @schedule_expression end |