Class: Aws::Types::ScheduledExecutions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_executed_at::Time

Returns the value of attribute last_executed_at.

Returns:

  • (::Time)


2580
2581
2582
# File 'sig/types.rbs', line 2580

def last_executed_at
  @last_executed_at
end

#next_executed_at::Time

Returns the value of attribute next_executed_at.

Returns:

  • (::Time)


2579
2580
2581
# File 'sig/types.rbs', line 2579

def next_executed_at
  @next_executed_at
end