class Aws::APIGateway::Types::UpdateBasePathMappingRequest

A request to change information about the BasePathMapping resource.

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

data as a hash:

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

@!attribute [rw] domain_name

\[Required\] The domain name of the BasePathMapping resource to
change.
@return [String]

@!attribute [rw] base_path

\[Required\] The base path of the BasePathMapping resource to
change.

To specify an empty base path, set this parameter to `'(none)'`.
@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