ExtensionField
public struct ExtensionField : 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 name: String
-
The value of the header to add. Must be less than 2048 characters, and must not contain newline characters (“\r” or “\n”).
Declaration
Swift
public let value: String
-
Undocumented
Declaration
Swift
public init(name: String, value: String)