You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::APIGateway::Types::DeleteBasePathMappingRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteBasePathMappingRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

A request to delete the BasePathMapping resource.

Instance Attribute Summary collapse

Instance Attribute Details

#base_pathString

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

To specify an empty base path, set this parameter to '(none)'.

Returns:

  • (String)

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

#domain_nameString

[Required] The domain name of the BasePathMapping resource to delete.

Returns:

  • (String)

    [Required] The domain name of the BasePathMapping resource to delete.