Class: Aws::Types::WeeklyStartTime

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"MONDAY", ...

Returns the value of attribute day_of_week.

Returns:

  • ("MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY")


908
909
910
# File 'sig/types.rbs', line 908

def day_of_week
  @day_of_week
end

#time_of_day::String

Returns the value of attribute time_of_day.

Returns:

  • (::String)


909
910
911
# File 'sig/types.rbs', line 909

def time_of_day
  @time_of_day
end

#time_zone::String

Returns the value of attribute time_zone.

Returns:

  • (::String)


910
911
912
# File 'sig/types.rbs', line 910

def time_zone
  @time_zone
end