class
Amazonite::ApiGateway::DeleteBasePathMappingRequest
- Amazonite::ApiGateway::DeleteBasePathMappingRequest
- Reference
- Object
Overview
A request to delete the BasePathMapping resource.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/delete_base_path_mapping_request.crConstructors
- .new(domain_name : String, base_path : String, domain_name_id : String | 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 name of the BasePathMapping resource to delete.
-
#base_path=(base_path : String)
The base path name of the BasePathMapping resource to delete.
-
#domain_name : String
The domain name of the BasePathMapping resource to delete.
-
#domain_name=(domain_name : String)
The domain name of the BasePathMapping resource to delete.
-
#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) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The base path name of the BasePathMapping resource to delete.
To specify an empty base path, set this parameter to '(none)'.
The base path name of the BasePathMapping resource to delete.
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.