Module: Aws::APIGateway::Client::_GetRequestValidatorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RequestValidator]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #id ⇒ ::String
- #name ⇒ ::String
- #validate_request_body ⇒ Boolean
- #validate_request_parameters ⇒ Boolean
Instance Method Details
#id ⇒ ::String
1125 |
# File 'sig/client.rbs', line 1125
def id: () -> ::String
|
#name ⇒ ::String
1126 |
# File 'sig/client.rbs', line 1126
def name: () -> ::String
|
#validate_request_body ⇒ Boolean
1127 |
# File 'sig/client.rbs', line 1127
def validate_request_body: () -> bool
|
#validate_request_parameters ⇒ Boolean
1128 |
# File 'sig/client.rbs', line 1128
def validate_request_parameters: () -> bool
|