Class: Aws::ApiGatewayV2::Types::UpdateRouteResponseInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ApiGatewayV2::Types::UpdateRouteResponseInput
 
- Defined in:
- gems/aws-sdk-apigatewayv2/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.
| 8140 8141 8142 8143 8144 8145 8146 8147 | # File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 8140 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.
| 8140 8141 8142 8143 8144 8145 8146 8147 | # File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 8140 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.
| 8140 8141 8142 8143 8144 8145 8146 8147 | # File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 8140 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.
| 8140 8141 8142 8143 8144 8145 8146 8147 | # File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 8140 class UpdateRouteResponseInput < Struct.new( :model_selection_expression, :response_models, :response_parameters, :route_response_key) SENSITIVE = [] include Aws::Structure end |