Class: Aws::Types::ScheduledTriggerProperties
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledTriggerProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_pull_mode ⇒ "Incremental", "Complete"
Returns the value of attribute data_pull_mode.
-
#first_execution_from ⇒ ::Time
Returns the value of attribute first_execution_from.
-
#flow_error_deactivation_threshold ⇒ ::Integer
Returns the value of attribute flow_error_deactivation_threshold.
-
#schedule_end_time ⇒ ::Time
Returns the value of attribute schedule_end_time.
-
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
-
#schedule_offset ⇒ ::Integer
Returns the value of attribute schedule_offset.
-
#schedule_start_time ⇒ ::Time
Returns the value of attribute schedule_start_time.
-
#timezone ⇒ ::String
Returns the value of attribute timezone.
Instance Attribute Details
#data_pull_mode ⇒ "Incremental", "Complete"
Returns the value of attribute data_pull_mode.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def data_pull_mode @data_pull_mode end |
#first_execution_from ⇒ ::Time
Returns the value of attribute first_execution_from.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def first_execution_from @first_execution_from end |
#flow_error_deactivation_threshold ⇒ ::Integer
Returns the value of attribute flow_error_deactivation_threshold.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def flow_error_deactivation_threshold @flow_error_deactivation_threshold end |
#schedule_end_time ⇒ ::Time
Returns the value of attribute schedule_end_time.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def schedule_end_time @schedule_end_time end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def schedule_expression @schedule_expression end |
#schedule_offset ⇒ ::Integer
Returns the value of attribute schedule_offset.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def schedule_offset @schedule_offset end |
#schedule_start_time ⇒ ::Time
Returns the value of attribute schedule_start_time.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def schedule_start_time @schedule_start_time end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def timezone @timezone end |