AmplifyOperationRequest

public protocol AmplifyOperationRequest

Describes the parameters that are passed during the creation of an AmplifyOperation

  • The concrete Options type that adjusts the behavior of the request type

    Declaration

    Swift

    associatedtype Options
  • Options to adjust the behavior of this request, including plugin options

    Declaration

    Swift

    var options: Options { get }