SdkResponse
public struct SdkResponse : 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 GetSdk, which contains the generated SDK.
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.
Declaration
Swift
public let contentType: String? -
Undocumented
Declaration
Swift
public init(body: Data? = nil, contentDisposition: String? = nil, contentType: String? = nil)
View on GitHub
SdkResponse Structure Reference