Class: Aws::APIGateway::Types::UpdateBasePathMappingRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb

Overview

A request to change information about the BasePathMapping resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#base_pathString

The base path of the BasePathMapping resource to change.

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

Returns:

  • (String)


5279
5280
5281
5282
5283
5284
5285
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5279

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

#domain_nameString

The domain name of the BasePathMapping resource to change.

Returns:

  • (String)


5279
5280
5281
5282
5283
5284
5285
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5279

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

#patch_operationsArray<Types::PatchOperation>

For more information about supported patch operations, see Patch Operations.

Returns:



5279
5280
5281
5282
5283
5284
5285
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5279

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