class Aws::APIGateway::Types::GetModelRequest
Request to list information about a model in an existing RestApi
resource.
@note When making an API call, you may pass GetModelRequest
data as a hash: { rest_api_id: "String", # required model_name: "String", # required flatten: false, }
@!attribute [rw] rest_api_id
\[Required\] The RestApi identifier under which the Model exists. @return [String]
@!attribute [rw] model_name
\[Required\] The name of the model as an identifier. @return [String]
@!attribute [rw] flatten
A query parameter of a Boolean value to resolve (`true`) all external model references and returns a flattened model schema or not (`false`) The default is `false`. @return [Boolean]
Constants
- SENSITIVE