Module: Aws::ApiGatewayV2::Client::_UpdateRouteResponseResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateRouteResponseResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #model_selection_expression ⇒ ::String
- #response_models ⇒ ::Hash[::String, ::String]
- #response_parameters ⇒ ::Hash[::String, Types::ParameterConstraints]
- #route_response_id ⇒ ::String
- #route_response_key ⇒ ::String
Instance Method Details
#model_selection_expression ⇒ ::String
1791 |
# File 'sig/client.rbs', line 1791
def model_selection_expression: () -> ::String
|
#response_models ⇒ ::Hash[::String, ::String]
1792 |
# File 'sig/client.rbs', line 1792
def response_models: () -> ::Hash[::String, ::String]
|
#response_parameters ⇒ ::Hash[::String, Types::ParameterConstraints]
1793 |
# File 'sig/client.rbs', line 1793
def response_parameters: () -> ::Hash[::String, Types::ParameterConstraints]
|
#route_response_id ⇒ ::String
1794 |
# File 'sig/client.rbs', line 1794
def route_response_id: () -> ::String
|
#route_response_key ⇒ ::String
1795 |
# File 'sig/client.rbs', line 1795
def route_response_key: () -> ::String
|