class Aws::ApiGatewayV2::Types::Model

Represents a data model for an API. Supported only for WebSocket APIs. See [Create Models and Mapping Templates for Request and Response Mappings].

[1]: docs.aws.amazon.com/apigateway/latest/developerguide/models-mappings.html

@!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] model_id

The model identifier.
@return [String]

@!attribute [rw] name

The name of the model. Must be alphanumeric.
@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