Class: Aws::Types::ScheduleConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#first_execution_from ⇒ ::String

Returns the value of attribute first_execution_from.

Returns:

  • (::String)


430
431
432
# File 'sig/types.rbs', line 430

def first_execution_from
  @first_execution_from
end

#object ⇒ ::String

Returns the value of attribute object.

Returns:

  • (::String)


431
432
433
# File 'sig/types.rbs', line 431

def object
  @object
end

#schedule_expression ⇒ ::String

Returns the value of attribute schedule_expression.

Returns:

  • (::String)


432
433
434
# File 'sig/types.rbs', line 432

def schedule_expression
  @schedule_expression
end