PortRange
public struct PortRange : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The smallest port number in a specified range of port numbers.
Declaration
Swift
public let maxRange: Int?
-
The smallest port number in a specified range of port numbers.
Declaration
Swift
public let minRange: Int
-
Undocumented
Declaration
Swift
public init(maxRange: Int? = nil, minRange: Int)
-
Declaration
Swift
public func validate(name: String) throws