NetworkPathComponentDetails
public struct NetworkPathComponentDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The IP addresses of the destination.
Declaration
Swift
public let address: [String]? -
A list of port ranges for the destination.
Declaration
Swift
public let portRanges: [PortRange]? -
Undocumented
Declaration
Swift
public init(address: [String]? = nil, portRanges: [PortRange]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
NetworkPathComponentDetails Structure Reference