apigatewayv2_get_model_template: Gets a model template
Description
Gets a model template.
Usage
apigatewayv2_get_model_template(ApiId, ModelId)
Arguments
ApiId
[required] The API identifier.
Value
A list with the following syntax:
list(
Value = "string"
)
Request syntax
svc$get_model_template(
ApiId = "string",
ModelId = "string"
)