Method: Aws::APIGateway::Types::CreateModelRequest#rest_api_id
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#rest_api_id ⇒ String
The RestApi identifier under which the Model will be created.
1051 1052 1053 1054 1055 1056 1057 1058 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1051 class CreateModelRequest < Struct.new( :rest_api_id, :name, :description, :schema, :content_type) include Aws::Structure end |