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.
10713 10714 10715 |
# File 'sig/types.rbs', line 10713 def data_analysis_end_time @data_analysis_end_time end |
#data_analysis_start_time ⇒ ::String
Returns the value of attribute data_analysis_start_time.
10712 10713 10714 |
# File 'sig/types.rbs', line 10712 def data_analysis_start_time @data_analysis_start_time end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
10711 10712 10713 |
# File 'sig/types.rbs', line 10711 def schedule_expression @schedule_expression end |