Method: Aws::MQ::Types::WeeklyStartTime#day_of_week

Defined in:
lib/aws-sdk-mq/types.rb

#day_of_weekString

Required. The day of the week.



3260
3261
3262
3263
3264
3265
3266
# File 'lib/aws-sdk-mq/types.rb', line 3260

class WeeklyStartTime < Struct.new(
  :day_of_week,
  :time_of_day,
  :time_zone)
  SENSITIVE = []
  include Aws::Structure
end