You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ApiGatewayV2::Types::UpdateRouteResponseInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::UpdateRouteResponseInput
- Defined in:
- (unknown)
Overview
Represents the input parameters for an UpdateRouteResponse request.
Instance Attribute Summary collapse
-
#model_selection_expression ⇒ String
The model selection expression for the route response.
-
#response_models ⇒ Hash<String,String>
The response models for the route response.
-
#response_parameters ⇒ Hash<String,Types::ParameterConstraints>
The route response parameters.
-
#route_response_key ⇒ String
The route response key.
Instance Attribute Details
#model_selection_expression ⇒ String
The model selection expression for the route response. Supported only for WebSocket APIs.
#response_models ⇒ Hash<String,String>
The response models for the route response.
#response_parameters ⇒ Hash<String,Types::ParameterConstraints>
The route response parameters.
#route_response_key ⇒ String
The route response key.