WeeklyStartTime

public struct WeeklyStartTime : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Required. The day of the week.

    Declaration

    Swift

    public let dayOfWeek: DayOfWeek?
  • Required. The time, in 24-hour format.

    Declaration

    Swift

    public let timeOfDay: String?
  • The time zone, UTC by default, in either the Country/City format, or the UTC offset format.

    Declaration

    Swift

    public let timeZone: String?
  • Undocumented

    Declaration

    Swift

    public init(dayOfWeek: DayOfWeek? = nil, timeOfDay: String? = nil, timeZone: String? = nil)