Method: Aws::APIGateway::Types::UpdateBasePathMappingRequest#base_path
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#base_path ⇒ String
The base path of the BasePathMapping resource to change.
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 |