Schedule
public struct Schedule : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.
Declaration
Swift
public let expression: String?
-
Undocumented
Declaration
Swift
public init(expression: String? = nil)