Method: Aws::APIGateway::Types::GetModelRequest#rest_api_id

Defined in:
lib/aws-sdk-apigateway/types.rb

#rest_api_idString

The RestApi identifier under which the Model exists.

Returns:

  • (String)

3497
3498
3499
3500
3501
3502
# File 'lib/aws-sdk-apigateway/types.rb', line 3497

class GetModelRequest < Struct.new(
  :rest_api_id,
  :model_name,
  :flatten)
  include Aws::Structure
end