Headers
public struct Headers : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of HTTP header names.
Declaration
Swift
public let items: [String]? -
The number of header names in the Items list.
Declaration
Swift
public let quantity: Int -
Undocumented
Declaration
Swift
public init(items: [String]? = nil, quantity: Int)
View on GitHub
Headers Structure Reference