Class: Aws::Types::ScheduleConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ScheduleConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time_offset ⇒ ::Integer
Returns the value of attribute end_time_offset.
-
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
-
#start_time_offset ⇒ ::Integer
Returns the value of attribute start_time_offset.
Instance Attribute Details
#end_time_offset ⇒ ::Integer
Returns the value of attribute end_time_offset.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def end_time_offset @end_time_offset end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def schedule_expression @schedule_expression end |
#start_time_offset ⇒ ::Integer
Returns the value of attribute start_time_offset.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def start_time_offset @start_time_offset end |