Class: Aws::APIGateway::Types::UpdateRequestValidatorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::UpdateRequestValidatorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Updates a RequestValidator of a given RestApi.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#patch_operations ⇒ Array<Types::PatchOperation>
For more information about supported patch operations, see [Patch Operations].
-
#request_validator_id ⇒ String
The identifier of RequestValidator to be updated.
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
Instance Attribute Details
#patch_operations ⇒ Array<Types::PatchOperation>
For more information about supported patch operations, see [Patch Operations].
[1]: docs.aws.amazon.com/apigateway/latest/api/patch-operations.html
5627 5628 5629 5630 5631 5632 5633 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5627 class UpdateRequestValidatorRequest < Struct.new( :rest_api_id, :request_validator_id, :patch_operations) SENSITIVE = [] include Aws::Structure end |
#request_validator_id ⇒ String
The identifier of RequestValidator to be updated.
5627 5628 5629 5630 5631 5632 5633 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5627 class UpdateRequestValidatorRequest < Struct.new( :rest_api_id, :request_validator_id, :patch_operations) SENSITIVE = [] include Aws::Structure end |
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
5627 5628 5629 5630 5631 5632 5633 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5627 class UpdateRequestValidatorRequest < Struct.new( :rest_api_id, :request_validator_id, :patch_operations) SENSITIVE = [] include Aws::Structure end |