Class: Aws::Types::ScheduledExecutions
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledExecutions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_executed_at ⇒ ::Time
Returns the value of attribute last_executed_at.
-
#next_executed_at ⇒ ::Time
Returns the value of attribute next_executed_at.
Instance Attribute Details
#last_executed_at ⇒ ::Time
Returns the value of attribute last_executed_at.
2592 2593 2594 |
# File 'sig/types.rbs', line 2592 def last_executed_at @last_executed_at end |
#next_executed_at ⇒ ::Time
Returns the value of attribute next_executed_at.
2591 2592 2593 |
# File 'sig/types.rbs', line 2591 def next_executed_at @next_executed_at end |