Method: Aws::APIGateway::Types::UpdateModelRequest#model_name
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#model_name ⇒ String
[Required] The name of the model to update.
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 |