class Aws::APIGateway::Types::UpdateUsagePlanRequest

The PATCH request to update a usage plan of a given plan Id.

@note When making an API call, you may pass UpdateUsagePlanRequest

data as a hash:

    {
      usage_plan_id: "String", # required
      patch_operations: [
        {
          op: "add", # accepts add, remove, replace, move, copy, test
          path: "String",
          value: "String",
          from: "String",
        },
      ],
    }

@!attribute [rw] usage_plan_id

\[Required\] The Id of the to-be-updated usage plan.
@return [String]

@!attribute [rw] patch_operations

A list of update operations to be applied to the specified resource
and in the order specified in this list.
@return [Array<Types::PatchOperation>]

Constants

SENSITIVE