Class: Aws::ApiGatewayV2::Types::UpdateRouteResponseInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::UpdateRouteResponseInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents the input parameters for an UpdateRouteResponse request.
Constant Summary collapse
- SENSITIVE =
[]
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.
7643 7644 7645 7646 7647 7648 7649 7650 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7643 class UpdateRouteResponseInput < Struct.new( :model_selection_expression, :response_models, :response_parameters, :route_response_key) SENSITIVE = [] include Aws::Structure end |
#response_models ⇒ Hash<String,String>
The response models for the route response.
7643 7644 7645 7646 7647 7648 7649 7650 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7643 class UpdateRouteResponseInput < Struct.new( :model_selection_expression, :response_models, :response_parameters, :route_response_key) SENSITIVE = [] include Aws::Structure end |
#response_parameters ⇒ Hash<String,Types::ParameterConstraints>
The route response parameters.
7643 7644 7645 7646 7647 7648 7649 7650 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7643 class UpdateRouteResponseInput < Struct.new( :model_selection_expression, :response_models, :response_parameters, :route_response_key) SENSITIVE = [] include Aws::Structure end |
#route_response_key ⇒ String
The route response key.
7643 7644 7645 7646 7647 7648 7649 7650 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7643 class UpdateRouteResponseInput < Struct.new( :model_selection_expression, :response_models, :response_parameters, :route_response_key) SENSITIVE = [] include Aws::Structure end |