You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ApiGatewayV2::Types::CreateModelInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::CreateModelInput
- Defined in:
- (unknown)
Overview
Represents the input parameters for a CreateModel request.
Instance Attribute Summary collapse
-
#content_type ⇒ String
The content-type for the model, for example, \"application/json\".
-
#description ⇒ String
The description of the model.
-
#name ⇒ String
The name of the model.
-
#schema ⇒ String
The schema for the model.
Instance Attribute Details
#content_type ⇒ String
The content-type for the model, for example, \"application/json\".
#description ⇒ String
The description of the model.
#name ⇒ String
The name of the model. Must be alphanumeric.
#schema ⇒ String
The schema for the model. For application/json models, this should be JSON schema draft 4 model.