class Aws::APIGateway::Types::GetBasePathMappingRequest
Request to describe a BasePathMapping
resource.
@note When making an API call, you may pass GetBasePathMappingRequest
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 be described. @return [String]
@!attribute [rw] base_path
\[Required\] The base path name that callers of the API must provide as part of the URL after the domain name. This value must be unique for all of the mappings across a single API. Specify '(none)' if you do not want callers to specify any base path name after the domain name. @return [String]
Constants
- SENSITIVE