Method: Aws::APIGateway::Types::BasePathMapping#base_path

Defined in:
lib/aws-sdk-apigateway/types.rb

#base_pathString

The base path name that callers of the API must provide as part of the URL after the domain name.

Returns:

  • (String)
[View source]

454
455
456
457
458
459
460
# File 'lib/aws-sdk-apigateway/types.rb', line 454

class BasePathMapping < Struct.new(
  :base_path,
  :rest_api_id,
  :stage)
  SENSITIVE = []
  include Aws::Structure
end