PortMapping
public struct PortMapping : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The port used for the port mapping.
Declaration
Swift
public let port: Int
-
The protocol used for the port mapping. Specify one protocol.
Declaration
Swift
public let `protocol`: PortProtocol
-
Undocumented
Declaration
Swift
public init(port: Int, protocol: PortProtocol)
-
Declaration
Swift
public func validate(name: String) throws