AddHeaderAction
public struct AddHeaderAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.
Declaration
Swift
public let headerName: String
-
Must be less than 2048 characters, and must not contain newline characters (“\r” or “\n”).
Declaration
Swift
public let headerValue: String
-
Undocumented
Declaration
Swift
public init(headerName: String, headerValue: String)