class
Amazonite::ApiGateway::StageKey
- Amazonite::ApiGateway::StageKey
- Reference
- Object
Overview
A reference to a unique stage identified in the format {restApiId}/{stage}.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/stage_key.crConstructors
- .new(pull : JSON::PullParser)
- .new(rest_api_id : String | Nil = nil, stage_name : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#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_name : String | Nil
The stage name associated with the stage key.
-
#stage_name=(stage_name : String | Nil)
The stage name associated with the stage key.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.