class
Amazonite::ApiGateway::BasePathMapping
- Amazonite::ApiGateway::BasePathMapping
- Reference
- Object
Overview
Represents the base path that callers of the API must provide as part of the URL after the domain name.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/base_path_mapping.crConstructors
- .new(pull : JSON::PullParser)
- .new(base_path : String | Nil = nil, rest_api_id : String | Nil = nil, stage : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#base_path : String | Nil
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 | Nil)
The base path name that callers of the API must provide as part of the URL after the domain name.
-
#hash(hasher)
See
Object#hash(hasher) -
#rest_api_id : String | Nil
The string identifier of the associated RestApi.
-
#rest_api_id=(rest_api_id : String | Nil)
The string identifier of the associated RestApi.
-
#stage : String | Nil
The name of the associated stage.
-
#stage=(stage : String | Nil)
The name of the associated stage.
- #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.
The base path name that callers of the API must provide as part of the URL after the domain name.