Class: Aws::ApiGatewayV2::Types::CreateRouteResponseInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::CreateRouteResponseInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents the input parameters for an CreateRouteResponse 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.
2346 2347 2348 2349 2350 2351 2352 2353 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2346 class CreateRouteResponseInput < 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.
2346 2347 2348 2349 2350 2351 2352 2353 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2346 class CreateRouteResponseInput < 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.
2346 2347 2348 2349 2350 2351 2352 2353 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2346 class CreateRouteResponseInput < 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.
2346 2347 2348 2349 2350 2351 2352 2353 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2346 class CreateRouteResponseInput < Struct.new( :model_selection_expression, :response_models, :response_parameters, :route_response_key) SENSITIVE = [] include Aws::Structure end |