Method: Aws::APIGateway::Types::UpdateIntegrationRequest#patch_operations
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#patch_operations ⇒ Array<Types::PatchOperation>
A list of update operations to be applied to the specified resource and in the order specified in this list.
6979 6980 6981 6982 6983 6984 6985 |
# File 'lib/aws-sdk-apigateway/types.rb', line 6979 class UpdateIntegrationRequest < Struct.new( :rest_api_id, :resource_id, :http_method, :patch_operations) include Aws::Structure end |