class Aws::APIGateway::Types::GetModelTemplateRequest

Request to generate a sample mapping template used to transform the payload.

@note When making an API call, you may pass GetModelTemplateRequest

data as a hash:

    {
      rest_api_id: "String", # required
      model_name: "String", # required
    }

@!attribute [rw] rest_api_id

\[Required\] The string identifier of the associated RestApi.
@return [String]

@!attribute [rw] model_name

\[Required\] The name of the model for which to generate a template.
@return [String]

Constants

SENSITIVE