class Aws::MQ::Types::WeeklyStartTime

The scheduled time period relative to UTC during which Amazon MQ begins to apply pending updates or patches to the broker.

@note When making an API call, you may pass WeeklyStartTime

data as a hash:

    {
      day_of_week: "MONDAY", # required, accepts MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY
      time_of_day: "__string", # required
      time_zone: "__string",
    }

@!attribute [rw] day_of_week

Required. The day of the week.
@return [String]

@!attribute [rw] time_of_day

Required. The time, in 24-hour format.
@return [String]

@!attribute [rw] time_zone

The time zone, UTC by default, in either the Country/City format, or
the UTC offset format.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/WeeklyStartTime AWS API Documentation

Constants

SENSITIVE