Module: Aws::APIGateway::Client::_UpdateRequestValidatorResponseSuccess
- 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
2087 |
# File 'sig/client.rbs', line 2087
def id: () -> ::String
|
#name ⇒ ::String
2088 |
# File 'sig/client.rbs', line 2088
def name: () -> ::String
|
#validate_request_body ⇒ Boolean
2089 |
# File 'sig/client.rbs', line 2089
def validate_request_body: () -> bool
|
#validate_request_parameters ⇒ Boolean
2090 |
# File 'sig/client.rbs', line 2090
def validate_request_parameters: () -> bool
|