class Aws::APIGateway::Types::UpdateIntegrationResponseRequest
Represents an update integration response request.
@note When making an API call, you may pass UpdateIntegrationResponseRequest
data as a hash: { rest_api_id: "String", # required resource_id: "String", # required http_method: "String", # required status_code: "StatusCode", # required patch_operations: [ { op: "add", # accepts add, remove, replace, move, copy, test path: "String", value: "String", from: "String", }, ], }
@!attribute [rw] rest_api_id
\[Required\] The string identifier of the associated RestApi. @return [String]
@!attribute [rw] resource_id
\[Required\] Specifies an update integration response request's resource identifier. @return [String]
@!attribute [rw] http_method
\[Required\] Specifies an update integration response request's HTTP method. @return [String]
@!attribute [rw] status_code
\[Required\] Specifies an update integration response request's status code. @return [String]
@!attribute [rw] patch_operations
A list of update operations to be applied to the specified resource and in the order specified in this list. @return [Array<Types::PatchOperation>]
Constants
- SENSITIVE