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

#end_time_offset::Integer

Returns the value of attribute end_time_offset.

Returns:

  • (::Integer)


1072
1073
1074
# File 'sig/types.rbs', line 1072

def end_time_offset
  @end_time_offset
end

#schedule_expression::String

Returns the value of attribute schedule_expression.

Returns:

  • (::String)


1070
1071
1072
# File 'sig/types.rbs', line 1070

def schedule_expression
  @schedule_expression
end

#start_time_offset::Integer

Returns the value of attribute start_time_offset.

Returns:

  • (::Integer)


1071
1072
1073
# File 'sig/types.rbs', line 1071

def start_time_offset
  @start_time_offset
end