QuietTime
public struct QuietTime : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The specific time when quiet time ends. This value has to use 24-hour notation and be in HH:MM format, where HH is the hour (with a leading zero, if applicable) and MM is the minutes. For example, use 02:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.
Declaration
Swift
public let end: String?
-
The specific time when quiet time begins. This value has to use 24-hour notation and be in HH:MM format, where HH is the hour (with a leading zero, if applicable) and MM is the minutes. For example, use 02:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.
Declaration
Swift
public let start: String?
-
Undocumented
Declaration
Swift
public init(end: String? = nil, start: String? = nil)