HttpActionHeader
public struct HttpActionHeader : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The HTTP header key.
Declaration
Swift
public let key: String -
The HTTP header value. Substitution templates are supported.
Declaration
Swift
public let value: String -
Undocumented
Declaration
Swift
public init(key: String, value: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
HttpActionHeader Structure Reference