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)


6703
6704
6705
# File 'sig/types.rbs', line 6703

def schedule_expression
  @schedule_expression
end

#state"SCHEDULED", ...

Returns the value of attribute state.

Returns:

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


6704
6705
6706
# File 'sig/types.rbs', line 6704

def state
  @state
end