class Aws::ApiGatewayV2::Types::CreateModelInput

Represents the input parameters for a CreateModel request.

@!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. 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