Method: Aws::APIGateway::Types::UpdateBasePathMappingRequest#base_path

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

#base_pathString

The base path of the BasePathMapping resource to change.

Returns:

  • (String)


6696
6697
6698
6699
6700
6701
# File 'lib/aws-sdk-apigateway/types.rb', line 6696

class UpdateBasePathMappingRequest < Struct.new(
  :domain_name,
  :base_path,
  :patch_operations)
  include Aws::Structure
end