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.
10788 10789 10790 |
# File 'sig/types.rbs', line 10788 def data_analysis_end_time @data_analysis_end_time end |
#data_analysis_start_time ⇒ ::String
Returns the value of attribute data_analysis_start_time.
10787 10788 10789 |
# File 'sig/types.rbs', line 10787 def data_analysis_start_time @data_analysis_start_time end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
10786 10787 10788 |
# File 'sig/types.rbs', line 10786 def schedule_expression @schedule_expression end |