interface IModel
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.APIGateway.IModel |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#IModel |
Java | software.amazon.awscdk.services.apigateway.IModel |
Python | aws_cdk.aws_apigateway.IModel |
TypeScript (source) | aws-cdk-lib » aws_apigateway » IModel |
Implemented by
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'.