class
Amazonite::ApiGateway::UpdateIntegrationResponseRequest
- Amazonite::ApiGateway::UpdateIntegrationResponseRequest
- Reference
- Object
Overview
Represents an update integration response request.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/update_integration_response_request.crConstructors
- .new(rest_api_id : String, resource_id : String, http_method : String, status_code : String, patch_operations : Array(PatchOperation) | Nil = nil)
- .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) -
#http_method : String
Specifies an update integration response request's HTTP method.
-
#http_method=(http_method : String)
Specifies an update integration response request's HTTP method.
-
#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.
-
#resource_id : String
Specifies an update integration response request's resource identifier.
-
#resource_id=(resource_id : String)
Specifies an update integration response request's resource identifier.
-
#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.
-
#status_code : String
Specifies an update integration response request's status code.
-
#status_code=(status_code : String)
Specifies an update integration response request's status code.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Specifies an update integration response request's HTTP method.
For more information about supported patch operations, see Patch Operations.
For more information about supported patch operations, see Patch Operations.
Specifies an update integration response request's resource identifier.
Specifies an update integration response request's status code.