Module: Aws::APIGateway::Client::_CreateRequestValidatorResponseSuccess
- 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
307 |
# File 'sig/client.rbs', line 307
def id: () -> ::String
|
#name ⇒ ::String
308 |
# File 'sig/client.rbs', line 308
def name: () -> ::String
|
#validate_request_body ⇒ Boolean
309 |
# File 'sig/client.rbs', line 309
def validate_request_body: () -> bool
|
#validate_request_parameters ⇒ Boolean
310 |
# File 'sig/client.rbs', line 310
def validate_request_parameters: () -> bool
|