class
Amazonite::ApiGateway::GetRequestValidatorRequest
- Amazonite::ApiGateway::GetRequestValidatorRequest
- Reference
- Object
Overview
Gets a RequestValidator of a given RestApi.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/get_request_validator_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#request_validator_id : String
The identifier of the RequestValidator to be retrieved.
-
#request_validator_id=(request_validator_id : String)
The identifier of the RequestValidator to be retrieved.
-
#rest_api_id : String
The string identifier of the associated RestApi.
-
#rest_api_id=(rest_api_id : String)
The string identifier of the associated RestApi.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def request_validator_id=(request_validator_id : String)
#
The identifier of the RequestValidator to be retrieved.