TriggeredBy
public enum TriggeredBy : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case user = "USER"
-
Undocumented
Declaration
Swift
case appconfig = "APPCONFIG"
-
Undocumented
Declaration
Swift
case cloudwatchAlarm = "CLOUDWATCH_ALARM"
-
Undocumented
Declaration
Swift
case internalError = "INTERNAL_ERROR"
-
Declaration
Swift
public var description: String { get }