Module: Aws::ApiGatewayV2::Client::_CreateRouteResponseResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateRouteResponseResponse]
- 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
425 |
# File 'sig/client.rbs', line 425
def model_selection_expression: () -> ::String
|
#response_models ⇒ ::Hash[::String, ::String]
426 |
# File 'sig/client.rbs', line 426
def response_models: () -> ::Hash[::String, ::String]
|
#response_parameters ⇒ ::Hash[::String, Types::ParameterConstraints]
427 |
# File 'sig/client.rbs', line 427
def response_parameters: () -> ::Hash[::String, Types::ParameterConstraints]
|
#route_response_id ⇒ ::String
428 |
# File 'sig/client.rbs', line 428
def route_response_id: () -> ::String
|
#route_response_key ⇒ ::String
429 |
# File 'sig/client.rbs', line 429
def route_response_key: () -> ::String
|