Get Model
apigatewayv2_get_model | R Documentation |
Gets a Model¶
Description¶
Gets a Model.
Usage¶
Arguments¶
ApiId
[required] The API identifier.
ModelId
[required] The model ID.
Value¶
A list with the following syntax:
list(
ContentType = "string",
Description = "string",
ModelId = "string",
Name = "string",
Schema = "string"
)