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)


6745
6746
6747
# File 'sig/types.rbs', line 6745

def schedule_expression
  @schedule_expression
end

#state"SCHEDULED", ...

Returns the value of attribute state.

Returns:

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


6746
6747
6748
# File 'sig/types.rbs', line 6746

def state
  @state
end