class Aws::ApiGatewayV2::Types::UpdateModelInput
Represents the input parameters for an UpdateModel request. Supported only for WebSocket APIs.
@!attribute [rw] content_type
The content-type for the model, for example, "application/json". @return [String]
@!attribute [rw] description
The description of the model. @return [String]
@!attribute [rw] name
The name of the model. @return [String]
@!attribute [rw] schema
The schema for the model. For application/json models, this should be JSON schema draft 4 model. @return [String]
Constants
- SENSITIVE