StorageDownloadDataRequest
public struct StorageDownloadDataRequest : AmplifyOperationRequest
-
The unique identifier for the object in storage
Declaration
Swift
public let key: String
-
Options to adjust the behavior of this request, including plugin-options
Declaration
Swift
public let options: Options
-
Declaration
Swift
public init(key: String, options: Options)
-
Options to adjust the behavior of this request, including plugin-options
See moreDeclaration
Swift
struct Options