class
Amazonite::ApiGateway::UpdateBasePathMappingRequest
- Amazonite::ApiGateway::UpdateBasePathMappingRequest
- Reference
- Object
Overview
A request to change information about the BasePathMapping resource.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/update_base_path_mapping_request.crConstructors
- .new(domain_name : String, base_path : String, domain_name_id : String | Nil = nil, patch_operations : Array(PatchOperation) | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#base_path : String
The base path of the BasePathMapping resource to change.
-
#base_path=(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=(domain_name : String)
The domain name of the BasePathMapping resource to change.
-
#domain_name_id : String | Nil
The identifier for the domain name resource.
-
#domain_name_id=(domain_name_id : String | Nil)
The identifier for the domain name resource.
-
#hash(hasher)
See
Object#hash(hasher) -
#patch_operations : Array(PatchOperation) | Nil
For more information about supported patch operations, see Patch Operations.
-
#patch_operations=(patch_operations : Array(PatchOperation) | Nil)
For more information about supported patch operations, see Patch Operations.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The base path of the BasePathMapping resource to change.
To specify an empty base path, set this parameter to '(none)'.
The base path of the BasePathMapping resource to change.
To specify an empty base path, set this parameter to '(none)'.
The identifier for the domain name resource. Supported only for private custom domain names.
The identifier for the domain name resource. Supported only for private custom domain names.
For more information about supported patch operations, see Patch Operations.
For more information about supported patch operations, see Patch Operations.