Class: Aws::APIGateway::Types::GetRequestValidatorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetRequestValidatorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Gets a RequestValidator of a given RestApi.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#request_validator_id ⇒ String
The identifier of the RequestValidator to be retrieved.
-
#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 retrieved.
2758 2759 2760 2761 2762 2763 |
# File '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_id ⇒ String
The string identifier of the associated RestApi.
2758 2759 2760 2761 2762 2763 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2758 class GetRequestValidatorRequest < Struct.new( :rest_api_id, :request_validator_id) SENSITIVE = [] include Aws::Structure end |