App
public struct App : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The application’s name.
Declaration
Swift
public let appName: String
-
The application’s port number, for example 80.
Declaration
Swift
public let port: Int64
-
The IP protocol name or number. The name can be one of tcp, udp, or icmp. For information on possible numbers, see Protocol Numbers.
Declaration
Swift
public let `protocol`: String
-
Undocumented
Declaration
Swift
public init(appName: String, port: Int64, protocol: String)
-
Declaration
Swift
public func validate(name: String) throws