class
Amazonite::ApiGateway::UpdateGatewayResponseRequest
- Amazonite::ApiGateway::UpdateGatewayResponseRequest
- Reference
- Object
Overview
Updates a GatewayResponse of a specified response type on the given RestApi.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/update_gateway_response_request.crConstructors
- .new(rest_api_id : String, response_type : GatewayResponseType, patch_operations : Array(PatchOperation) | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#patch_operations : Array(PatchOperation) | Nil
For more information about supported patch operations, see Patch Operations.
-
#patch_operations=(patch_operations : Array(PatchOperation) | Nil)
For more information about supported patch operations, see Patch Operations.
-
#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
Returns true if this reference is the same as other. Invokes same?.
For more information about supported patch operations, see Patch Operations.
For more information about supported patch operations, see Patch Operations.
The response type of the associated GatewayResponse.