Module: Aws::ApiGatewayV2::Client::_GetRouteResponseResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRouteResponseResponse]
- 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
1105 |
# File 'sig/client.rbs', line 1105
def model_selection_expression: () -> ::String
|
#response_models ⇒ ::Hash[::String, ::String]
1106 |
# File 'sig/client.rbs', line 1106
def response_models: () -> ::Hash[::String, ::String]
|
#response_parameters ⇒ ::Hash[::String, Types::ParameterConstraints]
1107 |
# File 'sig/client.rbs', line 1107
def response_parameters: () -> ::Hash[::String, Types::ParameterConstraints]
|
#route_response_id ⇒ ::String
1108 |
# File 'sig/client.rbs', line 1108
def route_response_id: () -> ::String
|
#route_response_key ⇒ ::String
1109 |
# File 'sig/client.rbs', line 1109
def route_response_key: () -> ::String
|