Class: Aws::APIGateway::Types::GetRequestValidatorRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb

Overview

Gets a RequestValidator of a given RestApi.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#request_validator_idString

The identifier of the RequestValidator to be retrieved.

Returns:

  • (String)


2758
2759
2760
2761
2762
2763
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2758

class GetRequestValidatorRequest < Struct.new(
  :rest_api_id,
  :request_validator_id)
  SENSITIVE = []
  include Aws::Structure
end

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


2758
2759
2760
2761
2762
2763
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2758

class GetRequestValidatorRequest < Struct.new(
  :rest_api_id,
  :request_validator_id)
  SENSITIVE = []
  include Aws::Structure
end