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)


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.

Returns:

  • (::Time)


2591
2592
2593
# File 'sig/types.rbs', line 2591

def next_executed_at
  @next_executed_at
end