Method: Aws::APIGateway::Types::CreateRequestValidatorRequest#rest_api_id
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
1091 1092 1093 1094 1095 1096 1097 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1091 class CreateRequestValidatorRequest < Struct.new( :rest_api_id, :name, :validate_request_body, :validate_request_parameters) include Aws::Structure end |