Class: Aws::ApiGatewayV2::Types::GetRouteResponseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetRouteResponseResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_selection_expression ⇒ String
An expression used to extract information at runtime.
-
#response_models ⇒ Hash<String,String>
The route models.
-
#response_parameters ⇒ Hash<String,Types::ParameterConstraints>
The route parameters.
-
#route_response_id ⇒ String
The identifier.
-
#route_response_key ⇒ String
After evaluating a selection expression, the result is compared against one or more selection keys to find a matching key.
Instance Attribute Details
#model_selection_expression ⇒ String
An expression used to extract information at runtime. See [Selection Expressions] for more information.
4244 4245 4246 4247 4248 4249 4250 4251 4252 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4244 class GetRouteResponseResponse < 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>
The route models.
4244 4245 4246 4247 4248 4249 4250 4251 4252 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4244 class GetRouteResponseResponse < 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>
The route parameters.
4244 4245 4246 4247 4248 4249 4250 4251 4252 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4244 class GetRouteResponseResponse < Struct.new( :model_selection_expression, :response_models, :response_parameters, :route_response_id, :route_response_key) SENSITIVE = [] include Aws::Structure end |
#route_response_id ⇒ String
The identifier.
4244 4245 4246 4247 4248 4249 4250 4251 4252 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4244 class GetRouteResponseResponse < Struct.new( :model_selection_expression, :response_models, :response_parameters, :route_response_id, :route_response_key) SENSITIVE = [] include Aws::Structure end |
#route_response_key ⇒ String
After evaluating a selection expression, the result is compared against one or more selection keys to find a matching key. See
- Selection Expressions][1
-
for a list of expressions and each
expression’s associated selection key type.
4244 4245 4246 4247 4248 4249 4250 4251 4252 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4244 class GetRouteResponseResponse < Struct.new( :model_selection_expression, :response_models, :response_parameters, :route_response_id, :route_response_key) SENSITIVE = [] include Aws::Structure end |