AutoSnapshotAddOnRequest
public struct AutoSnapshotAddOnRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The daily time when an automatic snapshot will be created. Constraints: Must be in HH:00 format, and in an hourly increment. Specified in Coordinated Universal Time (UTC). The snapshot will be automatically created between the time specified and up to 45 minutes after.
Declaration
Swift
public let snapshotTimeOfDay: String?
-
Undocumented
Declaration
Swift
public init(snapshotTimeOfDay: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws