NetworkPathComponent
public struct NetworkPathComponent : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The identifier of a component in the network path.
Declaration
Swift
public let componentId: String? -
The type of component.
Declaration
Swift
public let componentType: String? -
Information about the component that comes after the current component in the network path.
Declaration
Swift
public let egress: NetworkHeader? -
Information about the component that comes before the current node in the network path.
Declaration
Swift
public let ingress: NetworkHeader? -
Undocumented
Declaration
Swift
public init(componentId: String? = nil, componentType: String? = nil, egress: NetworkHeader? = nil, ingress: NetworkHeader? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
NetworkPathComponent Structure Reference