class
Amazonite::ApiGateway::GetBasePathMappingRequest
- Amazonite::ApiGateway::GetBasePathMappingRequest
- Reference
- Object
Overview
Request to describe a BasePathMapping resource.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/get_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 that callers of the API must provide as part of the URL after the domain name.
-
#base_path=(base_path : String)
The base path name that callers of the API must provide as part of the URL after the domain name.
-
#domain_name : String
The domain name of the BasePathMapping resource to be described.
-
#domain_name=(domain_name : String)
The domain name of the BasePathMapping resource to be described.
-
#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 that callers of the API must provide as part of the URL after the domain name. This value must be unique for all of the mappings across a single API. Specify '(none)' if you do not want callers to specify any base path name after the domain name.
The base path name that callers of the API must provide as part of the URL after the domain name. This value must be unique for all of the mappings across a single API. Specify '(none)' if you do not want callers to specify any base path name after the domain name.
The domain name of the BasePathMapping resource to be described.
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.