StorageRemoveRequest

public struct StorageRemoveRequest : AmplifyOperationRequest

Represents a object removal request initiated by an implementation of the StorageCategoryPlugin protocol.

  • Tag: StorageRemoveRequest
  • key

    The unique identifier for the object in storage

    • Tag: StorageRemoveRequest.key

    Declaration

    Swift

    public let key: String
  • Options to adjust the behavior of this request, including plugin-options

    • Tag: StorageRemoveRequest.options

    Declaration

    Swift

    public let options: Options
    • Tag: StorageRemoveRequest.init

    Declaration

    Swift

    public init(key: String, options: Options)
  • Options to adjust the behavior of this request, including plugin-options

    • Tag: StorageRemoveRequestOptions
    See more

    Declaration

    Swift

    struct Options