class
Amazonite::ApiGateway::GetStagesRequest
- Amazonite::ApiGateway::GetStagesRequest
- Reference
- Object
Overview
Requests API Gateway to get information about one or more Stage resources.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/get_stages_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#deployment_id : String | Nil
The stages' deployment identifiers.
-
#deployment_id=(deployment_id : String | Nil)
The stages' deployment identifiers.
-
#hash(hasher)
See
Object#hash(hasher) -
#rest_api_id : String
The string identifier of the associated RestApi.
-
#rest_api_id=(rest_api_id : String)
The string identifier of the associated RestApi.
- #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?.