ExportResponse
public struct ExportResponse : AWSShape
Undocumented
-
The key for the payload
Declaration
Swift
public static let payloadPath: String?
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The binary blob response to GetExport, which contains the export.
Declaration
Swift
public let body: Data?
-
The content-disposition header value in the HTTP response.
Declaration
Swift
public let contentDisposition: String?
-
The content-type header value in the HTTP response. This will correspond to a valid ‘accept’ type in the request.
Declaration
Swift
public let contentType: String?
-
Undocumented
Declaration
Swift
public init(body: Data? = nil, contentDisposition: String? = nil, contentType: String? = nil)