Class: Aws::APIGateway::Types::DeleteRequestValidatorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DeleteRequestValidatorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Deletes a specified RequestValidator of a given RestApi.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#request_validator_id ⇒ String
The identifier of the RequestValidator to be deleted.
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
Instance Attribute Details
#request_validator_id ⇒ String
The identifier of the RequestValidator to be deleted.
1485 1486 1487 1488 1489 1490 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1485 class DeleteRequestValidatorRequest < Struct.new( :rest_api_id, :request_validator_id) SENSITIVE = [] include Aws::Structure end |
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
1485 1486 1487 1488 1489 1490 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1485 class DeleteRequestValidatorRequest < Struct.new( :rest_api_id, :request_validator_id) SENSITIVE = [] include Aws::Structure end |