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.
-
#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.
2598 2599 2600 |
# File 'sig/types.rbs', line 2598 def data_pull_mode @data_pull_mode end |
#first_execution_from ⇒ ::Time
Returns the value of attribute first_execution_from.
2603 2604 2605 |
# File 'sig/types.rbs', line 2603 def first_execution_from @first_execution_from end |
#schedule_end_time ⇒ ::Time
Returns the value of attribute schedule_end_time.
2600 2601 2602 |
# File 'sig/types.rbs', line 2600 def schedule_end_time @schedule_end_time end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
2597 2598 2599 |
# File 'sig/types.rbs', line 2597 def schedule_expression @schedule_expression end |
#schedule_offset ⇒ ::Integer
Returns the value of attribute schedule_offset.
2602 2603 2604 |
# File 'sig/types.rbs', line 2602 def schedule_offset @schedule_offset end |
#schedule_start_time ⇒ ::Time
Returns the value of attribute schedule_start_time.
2599 2600 2601 |
# File 'sig/types.rbs', line 2599 def schedule_start_time @schedule_start_time end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
2601 2602 2603 |
# File 'sig/types.rbs', line 2601 def timezone @timezone end |