Class: Aws::ApiGatewayV2::Types::RouteResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::RouteResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents a route response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_selection_expression ⇒ String
Represents the model selection expression of a route response.
-
#response_models ⇒ Hash<String,String>
Represents the response models of a route response.
-
#response_parameters ⇒ Hash<String,Types::ParameterConstraints>
Represents the response parameters of a route response.
-
#route_response_id ⇒ String
Represents the identifier of a route response.
-
#route_response_key ⇒ String
Represents the route response key of a route response.
Instance Attribute Details
#model_selection_expression ⇒ String
Represents the model selection expression of a route response. Supported only for WebSocket APIs.
5459 5460 5461 5462 5463 5464 5465 5466 5467 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5459 class RouteResponse < Struct.new( :model_selection_expression, :response_models, :response_parameters, :route_response_id, :route_response_key) SENSITIVE = [] include Aws::Structure end |
#response_models ⇒ Hash<String,String>
Represents the response models of a route response.
5459 5460 5461 5462 5463 5464 5465 5466 5467 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5459 class RouteResponse < Struct.new( :model_selection_expression, :response_models, :response_parameters, :route_response_id, :route_response_key) SENSITIVE = [] include Aws::Structure end |
#response_parameters ⇒ Hash<String,Types::ParameterConstraints>
Represents the response parameters of a route response.
5459 5460 5461 5462 5463 5464 5465 5466 5467 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5459 class RouteResponse < Struct.new( :model_selection_expression, :response_models, :response_parameters, :route_response_id, :route_response_key) SENSITIVE = [] include Aws::Structure end |
#route_response_id ⇒ String
Represents the identifier of a route response.
5459 5460 5461 5462 5463 5464 5465 5466 5467 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5459 class RouteResponse < Struct.new( :model_selection_expression, :response_models, :response_parameters, :route_response_id, :route_response_key) SENSITIVE = [] include Aws::Structure end |
#route_response_key ⇒ String
Represents the route response key of a route response.
5459 5460 5461 5462 5463 5464 5465 5466 5467 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5459 class RouteResponse < Struct.new( :model_selection_expression, :response_models, :response_parameters, :route_response_id, :route_response_key) SENSITIVE = [] include Aws::Structure end |