You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::APIGateway::Types::DeleteRequestValidatorRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteRequestValidatorRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  rest_api_id: "String", # required
  request_validator_id: "String", # required
}

Deletes a specified RequestValidator of a given RestApi.

Instance Attribute Summary collapse

Instance Attribute Details

#request_validator_idString

[Required] The identifier of the RequestValidator to be deleted.

Returns:

#rest_api_idString

[Required] The string identifier of the associated RestApi.

Returns:

  • (String)

    [Required] The string identifier of the associated RestApi.