class Aws::APIGateway::Types::DeleteBasePathMappingRequest

A request to delete the BasePathMapping resource.

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

data as a hash:

    {
      domain_name: "String", # required
      base_path: "String", # required
    }

@!attribute [rw] domain_name

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

@!attribute [rw] base_path

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

To specify an empty base path, set this parameter to `'(none)'`.
@return [String]

Constants

SENSITIVE