class Aws::ApiGatewayV2::Types::UpdateModelRequest

@note When making an API call, you may pass UpdateModelRequest

data as a hash:

    {
      api_id: "__string", # required
      content_type: "StringWithLengthBetween1And256",
      description: "StringWithLengthBetween0And1024",
      model_id: "__string", # required
      name: "StringWithLengthBetween1And128",
      schema: "StringWithLengthBetween0And32K",
    }

@!attribute [rw] api_id

@return [String]

@!attribute [rw] content_type

A string with a length between \[1-256\].
@return [String]

@!attribute [rw] description

A string with a length between \[0-1024\].
@return [String]

@!attribute [rw] model_id

@return [String]

@!attribute [rw] name

A string with a length between \[1-128\].
@return [String]

@!attribute [rw] schema

A string with a length between \[0-32768\].
@return [String]

Constants

SENSITIVE