Method: Aws::APIGateway::Types::UpdateRequestValidatorRequest#rest_api_id
- Defined in:
- lib/aws-sdk-apigateway/types.rb
permalink #rest_api_id ⇒ String
The string identifier of the associated RestApi.
7201 7202 7203 7204 7205 7206 |
# File 'lib/aws-sdk-apigateway/types.rb', line 7201 class UpdateRequestValidatorRequest < Struct.new( :rest_api_id, :request_validator_id, :patch_operations) include Aws::Structure end |