paws.networking (version 0.1.6)

apigatewayv2_get_model: Gets a Model

Description

Gets a Model.

Usage

apigatewayv2_get_model(ApiId, ModelId)

Arguments

ApiId

[required] The API identifier.

ModelId

[required] The model ID.

Request syntax

svc$get_model(
  ApiId = "string",
  ModelId = "string"
)