Method: Aws::APIGateway::Types::RequestValidator#name
- Defined in:
- lib/aws-sdk-apigateway/types.rb
permalink #name ⇒ String
The name of this RequestValidator
6277 6278 6279 6280 6281 6282 6283 6284 |
# File 'lib/aws-sdk-apigateway/types.rb', line 6277 class RequestValidator < Struct.new( :id, :name, :validate_request_body, :validate_request_parameters) SENSITIVE = [] include Aws::Structure end |