Class: Aws::Types::WeeklySetting

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#day_of_week ⇒ "MON", ...

Returns the value of attribute day_of_week.

Returns:

  • ("MON", "TUE", "WED", "THU", "FRI", "SAT", "SUN")


740
741
742
# File 'sig/types.rbs', line 740

def day_of_week
  @day_of_week
end

#hand_off_time ⇒ Types::HandOffTime

Returns the value of attribute hand_off_time.

Returns:



741
742
743
# File 'sig/types.rbs', line 741

def hand_off_time
  @hand_off_time
end