Method: Aws::APIGateway::Types::UpdateModelRequest#patch_operations
- Defined in:
- lib/aws-sdk-apigateway/types.rb
permalink #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.
7858 7859 7860 7861 7862 7863 7864 |
# File 'lib/aws-sdk-apigateway/types.rb', line 7858 class UpdateModelRequest < Struct.new( :rest_api_id, :model_name, :patch_operations) SENSITIVE = [] include Aws::Structure end |