NetworkHeader
public struct NetworkHeader : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the destination of the component.
Declaration
Swift
public let destination: NetworkPathComponentDetails? -
The protocol used for the component.
Declaration
Swift
public let `protocol`: String? -
Information about the origin of the component.
Declaration
Swift
public let source: NetworkPathComponentDetails? -
Undocumented
Declaration
Swift
public init(destination: NetworkPathComponentDetails? = nil, protocol: String? = nil, source: NetworkPathComponentDetails? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
NetworkHeader Structure Reference