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)


5484
5485
5486
5487
5488
5489
5490
5491
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5484

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

#domain_nameString

The domain name of the BasePathMapping resource to change.

Returns:

  • (String)


5484
5485
5486
5487
5488
5489
5490
5491
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5484

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

#domain_name_idString

The identifier for the domain name resource. Supported only for private custom domain names.

Returns:

  • (String)


5484
5485
5486
5487
5488
5489
5490
5491
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5484

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

#patch_operationsArray<Types::PatchOperation>

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

Returns:



5484
5485
5486
5487
5488
5489
5490
5491
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5484

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