Class: Aws::Types::Schedule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#schedule_expression::String

Returns the value of attribute schedule_expression.

Returns:

  • (::String)


6735
6736
6737
# File 'sig/types.rbs', line 6735

def schedule_expression
  @schedule_expression
end

#state"SCHEDULED", ...

Returns the value of attribute state.

Returns:

  • ("SCHEDULED", "NOT_SCHEDULED", "TRANSITIONING")


6736
6737
6738
# File 'sig/types.rbs', line 6736

def state
  @state
end