class
Amazonite::ApiGateway::DeleteGatewayResponseRequest
- Amazonite::ApiGateway::DeleteGatewayResponseRequest
- Reference
- Object
Overview
Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/delete_gateway_response_request.crConstructors
- .new(rest_api_id : String, response_type : GatewayResponseType)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#response_type : GatewayResponseType
The response type of the associated GatewayResponse.
-
#response_type=(response_type : GatewayResponseType)
The response type of the associated GatewayResponse.
-
#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?.
def response_type=(response_type : GatewayResponseType)
#
The response type of the associated GatewayResponse.