ActionOwner
public enum ActionOwner : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case aws = "AWS" -
Undocumented
Declaration
Swift
case thirdparty = "ThirdParty" -
Undocumented
Declaration
Swift
case custom = "Custom" -
Declaration
Swift
public var description: String { get }
View on GitHub
ActionOwner Enumeration Reference