interface IModel
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.APIGateway.IModel | 
|  Java | software.amazon.awscdk.services.apigateway.IModel | 
|  Python | aws_cdk.aws_apigateway.IModel | 
|  TypeScript (source) | @aws-cdk/aws-apigateway»IModel | 
Implemented by
Empty, Error, Model
Obtainable from
Model.fromModelName()
Properties
| Name | Type | Description | 
|---|---|---|
| model | string | Returns the model name, such as 'myModel'. | 
modelId
Type:
string
Returns the model name, such as 'myModel'.
