Class: Aws::Types::GetRequestValidatorRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRequestValidatorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#request_validator_id ⇒ ::String
Returns the value of attribute request_validator_id.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
Instance Attribute Details
#request_validator_id ⇒ ::String
Returns the value of attribute request_validator_id.
783 784 785 |
# File 'sig/types.rbs', line 783 def request_validator_id @request_validator_id end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
782 783 784 |
# File 'sig/types.rbs', line 782 def rest_api_id @rest_api_id end |