You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MQ::Types::WeeklyStartTime

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing WeeklyStartTime as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#day_of_weekString

Required. The day of the week.

Possible values:

  • MONDAY
  • TUESDAY
  • WEDNESDAY
  • THURSDAY
  • FRIDAY
  • SATURDAY
  • SUNDAY

Returns:

  • (String)

    Required.

#time_of_dayString

Required. The time, in 24-hour format.

Returns:

  • (String)

    Required.

#time_zoneString

The time zone, UTC by default, in either the Country/City format, or the UTC offset format.

Returns:

  • (String)

    The time zone, UTC by default, in either the Country/City format, or the UTC offset format.