TrafficMirrorPortRangeRequest
public struct TrafficMirrorPortRangeRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The first port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.
Declaration
Swift
public let fromPort: Int?
-
The last port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.
Declaration
Swift
public let toPort: Int?
-
Undocumented
Declaration
Swift
public init(fromPort: Int? = nil, toPort: Int? = nil)