Class: Aws::APIGateway::Types::UpdateBasePathMappingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::UpdateBasePathMappingRequest
- 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
-
#base_path ⇒ String
The base path of the BasePathMapping resource to change.
-
#domain_name ⇒ String
The domain name of the BasePathMapping resource to change.
-
#domain_name_id ⇒ String
The identifier for the domain name resource.
-
#patch_operations ⇒ Array<Types::PatchOperation>
For more information about supported patch operations, see [Patch Operations][1].
Instance Attribute Details
#base_path ⇒ String
The base path of the BasePathMapping resource to change.
To specify an empty base path, set this parameter to '(none)'
.
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 ⇒ String
The domain name of the BasePathMapping resource to change.
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_id ⇒ String
The identifier for the domain name resource. Supported only for private custom domain names.
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_operations ⇒ Array<Types::PatchOperation>
For more information about supported patch operations, see Patch Operations.
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 |